-
-
Notifications
You must be signed in to change notification settings - Fork 184
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[16.0] fix typo, plint & add temp migration script &
- Loading branch information
1 parent
3db6673
commit 0e8cd7a
Showing
8 changed files
with
143 additions
and
100 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,14 +2,14 @@ | |
# @author Mourad EL HADJ MIMOUNE <[email protected]> | ||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). | ||
{ | ||
"name": "France sale Ecotaxe", | ||
"summary": "Sale Ecotaxe used in French localisation contexte", | ||
"name": "sale Ecotax Management", | ||
"summary": "Sale Ecotaxe", | ||
"version": "16.0.2.0.0", | ||
"author": "Akretion,Odoo Community Association (OCA)", | ||
"website": "https://github.com/OCA/account-fiscal-rule", | ||
"category": "Localization/Account Taxes", | ||
"license": "AGPL-3", | ||
"depends": ["l10n_fr_ecotaxe", "sale"], | ||
"depends": ["account_ecotax", "sale"], | ||
"data": [ | ||
"views/sale_view.xml", | ||
"security/ir.model.access.csv", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
61 changes: 0 additions & 61 deletions
61
account_ecotax_sale/migrations/16.0.2.0.0/pre-migration.py
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink | ||
access_ecotaxe_line_product_sale_readonly,ecotaxe.line.product readonly,l10n_fr_ecotaxe.model_ecotaxe_line_product,sales_team.group_sale_salesman,1,0,0,0 | ||
access_account_move_line_ecotaxe_readonly_sale_user,account.move.line.ecotaxe readonly sale user,l10n_fr_ecotaxe.model_account_move_line_ecotaxe,sales_team.group_sale_salesman,1,0,0,0 | ||
ir_model_access_sale_order_line_ecotaxe_group_sale_salesman,Read Full acess to model_sale_order_line_ecotaxe to group sale_salesman,model_sale_order_line_ecotaxe,sales_team.group_sale_salesman,1,1,1,1 | ||
access_ecotax_line_product_sale_readonly,ecotax.line.product readonly,account_ecotax.model_ecotax_line_product,sales_team.group_sale_salesman,1,0,0,0 | ||
access_account_move_line_ecotax_readonly_sale_user,account.move.line.ecotax readonly sale user,account_ecotax.model_account_move_line_ecotax,sales_team.group_sale_salesman,1,0,0,0 | ||
ir_model_access_sale_order_line_ecotax_group_sale_salesman,Read Full acess to model_sale_order_line_ecotax to group sale_salesman,model_sale_order_line_ecotax,sales_team.group_sale_salesman,1,1,1,1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters