mirror of
https://github.com/OCA/rma.git
synced 2025-02-16 17:11:47 +02:00
- Add dependency sale because group "group_sale_salesman" and "group_sale_manager" are defined on modul sales_team * sale depend to sales_team * update ir.model.access base. -> sales_team. - Fix product.prod_config_main not compatible and moved to sale.prod_config_main - Make removed col="6 when add product supplier info field too small (width)
535 B
535 B
| 1 | id | name | model_id:id | group_id:id | perm_read | perm_write | perm_create | perm_unlink |
|---|---|---|---|---|---|---|---|---|
| 2 | access_return_instruction_user | return.instruction.user | model_return_instruction | base.group_user | True | False | False | False |
| 3 | access_return_instruction_manager | return.instruction.manager | model_return_instruction | sales_team.group_sale_manager | True | True | True | True |
| 4 | access_return_instruction_salesman | return.instruction.salesman | model_return_instruction | sales_team.group_sale_salesman | True | True | True | True |