-
-
Notifications
You must be signed in to change notification settings - Fork 181
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
[ADD] product taxes group that replace account_product_fiscal_classification #24
Conversation
…on_rule_migration_8.0 Feature/account fiscal position rule migration 8.0
Separated Lint tests
In order to get visibility on https://www.odoo.com/apps the OCA board has decided to add the OCA as author of all the addons maintained as part of the association.
Follow OCA/maintainer-quality-tools#187 and use addons/apt/package directive to install our build dependencies. This allows using container based Travis builds (which should be faster).
Ping. CC : @rvalyi, @sebastienbeau. |
use sudo: false to enable container build use cache: pip to cache pip packages
Hey, in the other discussion you told: Is it possible for you to change the names? We ported to v8 here: https://github.com/odoo-brazil/account-fiscal-rule |
Hi, since 3 months I didn't receive any review. If you're interested to review it, yes I'll do the according changes I mentionned. Regards. |
"""Group of customer and supplier taxes. | ||
This group is linked to a product to select a group of taxes in one | ||
time.""" | ||
_name = 'tax.group' |
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.
'account.product.fiscal.classification'
…ile; [ADD] product_taxes_group : add screenshot;
[ADD] product_taxes_group : screenshot;
…ount-fiscal-rule into 8.0_product_taxes_group
Oups, I did it again. (bad rebase). |
@legalsylvain I sent to your branch the portuguese translations to this module. |
Hi @danimaribeiro. No thanks, I'm working on that. Keep in touch. Kind regards and thanks for your review. |
It sounds good. |
Duplicate with #28. I close this PR. |
The module 'product_taxes_group' manages taxes classification like 'account_product_fiscal_classification' but with many2one field (instead of property).
You can read a whole comparison between the two modules here : Ref : OCA/account-financial-tools#32
@rvalyi : I'm waiting for your review.