mirror of
https://github.com/bringout/oca-ocb-l10n_me-africa.git
synced 2026-04-28 06:22:05 +02:00
19.0 vanilla
This commit is contained in:
parent
c5006a6999
commit
80293571e7
420 changed files with 21812 additions and 44297 deletions
37
odoo-bringout-oca-ocb-l10n_za/l10n_za/models/template_za.py
Normal file
37
odoo-bringout-oca-ocb-l10n_za/l10n_za/models/template_za.py
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||
from odoo import models
|
||||
from odoo.addons.account.models.chart_template import template
|
||||
|
||||
|
||||
class AccountChartTemplate(models.AbstractModel):
|
||||
_inherit = 'account.chart.template'
|
||||
|
||||
@template('za')
|
||||
def _get_za_template_data(self):
|
||||
return {
|
||||
'property_account_receivable_id': '110010',
|
||||
'property_account_payable_id': '220010',
|
||||
'property_stock_valuation_account_id': '100020',
|
||||
'code_digits': '6',
|
||||
}
|
||||
|
||||
@template('za', 'res.company')
|
||||
def _get_za_res_company(self):
|
||||
return {
|
||||
self.env.company.id: {
|
||||
'anglo_saxon_accounting': True,
|
||||
'account_fiscal_country_id': 'base.za',
|
||||
'bank_account_code_prefix': '1200',
|
||||
'cash_account_code_prefix': '1250',
|
||||
'transfer_account_code_prefix': '1010',
|
||||
'account_default_pos_receivable_account_id': '110030',
|
||||
'income_currency_exchange_account_id': '500100',
|
||||
'expense_currency_exchange_account_id': '610340',
|
||||
'default_cash_difference_income_account_id': '500110',
|
||||
'default_cash_difference_expense_account_id': '610460',
|
||||
'account_sale_tax_id': 'ST1',
|
||||
'account_purchase_tax_id': 'PT15',
|
||||
'expense_account_id': '600010',
|
||||
'income_account_id': '500010',
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue