Skip to content
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

Closed
wants to merge 53 commits into from

Conversation

legalsylvain
Copy link
Contributor

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.

rvalyi and others added 30 commits August 6, 2014 15:20
…on_rule_migration_8.0

Feature/account fiscal position rule migration 8.0
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).
@legalsylvain
Copy link
Contributor Author

Ping. CC : @rvalyi, @sebastienbeau.

@danimaribeiro
Copy link

Hey, in the other discussion you told:
"close this V7 PR. In V7, 'account_product_fiscal_classification' is the official one ;
realize a new PR in V8, (as said 'account_product_fiscal_classification' is unported) keeping my code, but renaming module, fields and classes by the name used in account_product_fiscal_position' as much as possible."

Is it possible for you to change the names?
There are a lot of code here in Brazil that depends on the old module:
https://github.com/odoo-brazil/l10n-brazil/blob/8.0/l10n_br_account_product/account_product_fiscal_classification_view.xml
https://github.com/odoo-brazil/l10n-brazil/blob/8.0/l10n_br_account_product/account_product_fiscal_classification.py

We ported to v8 here: https://github.com/odoo-brazil/account-fiscal-rule

@legalsylvain
Copy link
Contributor Author

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'

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'account.product.fiscal.classification'

@legalsylvain
Copy link
Contributor Author

Oups, I did it again. (bad rebase).

@danimaribeiro
Copy link

@legalsylvain I sent to your branch the portuguese translations to this module.
If you don't have time, I can change the names and test it here.

@legalsylvain
Copy link
Contributor Author

Hi @danimaribeiro. No thanks, I'm working on that.
I'll realize the following changes :
-> module name changes ;
-> class name changes ;
-> field name changes, except
product_template.property_fiscal_classification --> product_template.fiscal_classification because, it is not a property.
If you want to glue this new module, with your module, you can create a glue module with a field property_fiscal_classification related to field fiscal_classification.

Keep in touch.

Kind regards and thanks for your review.

@danimaribeiro
Copy link

It sounds good.

@legalsylvain
Copy link
Contributor Author

Duplicate with #28. I close this PR.
Kind regards.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants