diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2023-12-14 17:13:46 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2023-12-14 17:13:46 +0700 |
| commit | 07e8a51fc023025d2cbde83ab0333e5e53e2ad12 (patch) | |
| tree | 7ac48357e77e90aa709d45189a157bf98c5be5a3 /indoteknik_custom/security/ir.model.access.csv | |
| parent | 1a68a5e600e2f7f90bee44144557f6af2f35618c (diff) | |
generate automatic purchase line from purchasing job
Diffstat (limited to 'indoteknik_custom/security/ir.model.access.csv')
| -rwxr-xr-x | indoteknik_custom/security/ir.model.access.csv | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indoteknik_custom/security/ir.model.access.csv b/indoteknik_custom/security/ir.model.access.csv index 6dfa3ee4..6ba720c2 100755 --- a/indoteknik_custom/security/ir.model.access.csv +++ b/indoteknik_custom/security/ir.model.access.csv @@ -85,4 +85,5 @@ access_customer_rebate,access.customer.rebate,model_customer_rebate,,1,1,1,1 access_wati_history,access.wati.history,model_wati_history,,1,1,1,1 access_wati_history_line,access.wati.history.line,model_wati_history_line,,1,1,1,1 access_v_purchasing_job,access.v.purchasing.job,model_v_purchasing_job,,1,1,1,1 -access_purchasing_job_multi_update,access.purchasing.job.multi.update,model_purchasing_job_multi_update,,1,1,1,1
\ No newline at end of file +access_purchasing_job_multi_update,access.purchasing.job.multi.update,model_purchasing_job_multi_update,,1,1,1,1 +access_automatic_purchase_sales_match,access.automatic.purchase.sales.match,model_automatic_purchase_sales_match,,1,1,1,1
\ No newline at end of file |
