-
- Downloads
[REF]Account: Refactoring the account, Change some fields name according to new api guidelines
code improvement code improvement payment_method to payment_method_id writeoff_account to writeoff_account_id property_account_receivable to property_account_receivable_id property_account_payable to property_account_payable_id property_account_expense_categ to property_account_expense_categ_id property_account_income_categ to property_account_income_categ_id property_account_expense to property_account_expense_id property_account_income to property_account_income_id property_account_expense_categ fix sale_tax to sale_tax_id and default_sale_tax to default_sale_tax_id purchase_tax to purchase_tax_id and default_purchase_tax to default_purchase_tax_id ref_companies to ref_companies_ids property_account_position to property_account_position_id property_payment_term to property_payment_term_id property_supplier_payment_term to property_supplier_payment_term_id bank_accounts_id to bank_accounts_ids payment_method fix after rebase user_type after rebase payment_method fix after rebase after rebase invoice to invoice_id fix payment_method_id after rebase code improvement [IMP]user_type to user_type_id [IMP]property_stock_account_input_categ, property_stock_account_output_categ to _id [IMP]improve after rebase [IMP]fix type [IMP]Account: code improvement
Showing
- addons/account/account.py 8 additions, 8 deletionsaddons/account/account.py
- addons/account/account_analytic_line.py 7 additions, 7 deletionsaddons/account/account_analytic_line.py
- addons/account/account_bank_statement.py 3 additions, 3 deletionsaddons/account/account_bank_statement.py
- addons/account/account_invoice.py 23 additions, 23 deletionsaddons/account/account_invoice.py
- addons/account/account_move.py 13 additions, 13 deletionsaddons/account/account_move.py
- addons/account/account_payment.py 14 additions, 14 deletionsaddons/account/account_payment.py
- addons/account/chart_template.py 43 additions, 43 deletionsaddons/account/chart_template.py
- addons/account/company.py 3 additions, 3 deletionsaddons/account/company.py
- addons/account/demo/account_demo.xml 6 additions, 6 deletionsaddons/account/demo/account_demo.xml
- addons/account/demo/account_invoice_demo.yml 5 additions, 5 deletionsaddons/account/demo/account_invoice_demo.yml
- addons/account/demo/account_statement_operations.yml 3 additions, 3 deletionsaddons/account/demo/account_statement_operations.yml
- addons/account/partner.py 17 additions, 17 deletionsaddons/account/partner.py
- addons/account/product.py 10 additions, 10 deletionsaddons/account/product.py
- addons/account/report/account_financial_report.py 1 addition, 1 deletionaddons/account/report/account_financial_report.py
- addons/account/res_config.py 17 additions, 17 deletionsaddons/account/res_config.py
- addons/account/test/account_bank_statement.yml 1 addition, 1 deletionaddons/account/test/account_bank_statement.yml
- addons/account/test/account_invoice_state.yml 2 additions, 2 deletionsaddons/account/test/account_invoice_state.yml
- addons/account/test/account_minimal_test.xml 46 additions, 46 deletionsaddons/account/test/account_minimal_test.xml
- addons/account/tests/test_account_customer_invoice.py 3 additions, 3 deletionsaddons/account/tests/test_account_customer_invoice.py
- addons/account/tests/test_account_supplier_invoice.py 2 additions, 2 deletionsaddons/account/tests/test_account_supplier_invoice.py
Loading
Please register or sign in to comment