-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[3006][ADD] report_qweb_decimal_place #4
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kakurai8 This module alone will not work. This module is for base configuration and we need to use with other modules(sale_report_qweb_decimal_places, etcs). I am waiting Yoshi's approval and will continue working on another modules. |
</template> | ||
|
||
Background: | ||
----------- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
----------- | |
~~~~~~~~~~~ | |
See OCA/maintainer-tools#455 (comment).
Please update the OCA PR as well.
</template> | ||
|
||
Background: | ||
~~~~~~~~~~~ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
~~~~~~~~~~~ | |
~~~~~~~~~~~ | |
Please pay attention to the suggested blank line!
report_qweb_decimal_place/README.rst
Outdated
To apply price unit format: | ||
- Go to Invoicing --> Configuration --> Currencies | ||
- Check apply_price_decimal_place field | ||
- Define decimal place in price_decimal_place field |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To apply price unit format: | |
- Go to Invoicing --> Configuration --> Currencies | |
- Check apply_price_decimal_place field | |
- Define decimal place in price_decimal_place field | |
To apply price unit format: | |
#. Go to Invoicing --> Configuration --> Currencies | |
#. Check apply_price_decimal_place field | |
#. Define decimal place in price_decimal_place field |
This module should be added in fal-oca. |
Superseded by qrtl/fal-oca#9. |
3006