mirror of
https://github.com/OCA/intrastat-extrastat.git
synced 2025-02-16 17:13:41 +02:00
* Update README.rst and translation files * Add index=True on some fields on which we often search, as suggested by Yannick * Remove description in __openerp__.py * Move ACL from l10n_fr_intrastat_product module to intrastat_product module * Large code re-engineering following the Akretion-Noviat code sprint on intrastat This code has been written both by Luc de Meyer and myself. * Add first draft of code to generate decl lines
1.4 KiB
1.4 KiB
| 1 | id | name | model_id:id | group_id:id | perm_read | perm_write | perm_create | perm_unlink |
|---|---|---|---|---|---|---|---|---|
| 2 | access_intrastat_unit_read | Read access on Intrastat Supplementary Units to everybody | model_intrastat_unit | 1 | 0 | 0 | 0 | |
| 3 | access_intrastat_unit_full | Full access on Intrastat Supplementary Units to Finance manager | model_intrastat_unit | account.group_account_manager | 1 | 1 | 1 | 1 |
| 4 | access_intrastat_transaction_read | Read access on Intrastat Transaction Types to everybody | model_intrastat_transaction | 1 | 0 | 0 | 0 | |
| 5 | access_intrastat_transaction_full | Full access on Intrastat Transaction Types to Finance manager | model_intrastat_transaction | account.group_account_manager | 1 | 1 | 1 | 1 |
| 6 | access_intrastat_transport_mode_read | Read access on Intrastat Transport Modes to everybody | model_intrastat_transport_mode | 1 | 0 | 0 | 0 | |
| 7 | access_intrastat_transport_mode_full | Full access on Intrastat Transport Modes to Finance manager | model_intrastat_transport_mode | account.group_account_manager | 1 | 1 | 1 | 1 |
| 8 | access_intrastat_product_declaration | Full access on Intrastat Product Declarations to Accountant | model_intrastat_product_declaration | account.group_account_user | 1 | 1 | 1 | 1 |
| 9 | access_intrastat_product_computation_line | Full access on Intrastat Product Computation Lines to Accountant | model_intrastat_product_computation_line | account.group_account_user | 1 | 1 | 1 | 1 |
| 10 | access_intrastat_product_declaration_line | Full access on Intrastat Product Declaration Lines to Accountant | model_intrastat_product_declaration_line | account.group_account_user | 1 | 1 | 1 | 1 |