odoo/addons/account
Christophe Combelles 299246e2ae [FIX] account: using wizard methods instead of invoice methods
Typo during port of account.invoice to new API.

(Rebase of 02a36b6 for #1052)
2014-07-22 22:23:54 +02:00
..
data [MERGE] merged with trunk 2013-12-30 11:28:02 +01:00
demo [REF] OpenERP --> Odoo in various UI texts 2014-07-18 13:45:41 +02:00
edi [MERGE] new v8 api by rco 2014-07-06 17:05:41 +02:00
i18n Launchpad automatic translations update. 2014-05-13 06:28:52 +00:00
project [REF] OpenERP --> Odoo in various UI texts 2014-07-18 13:45:41 +02:00
report [REF] OpenERP --> Odoo in various UI texts 2014-07-18 13:45:41 +02:00
security Fixes 2014-07-02 18:18:29 +02:00
static Merge pull request #1268 from odoo-dev/8.0-pos-fixes-qdp 2014-07-22 08:58:02 +02:00
test [FIX] account: fixed inconsistence in yaml test since some demo data was added 2014-05-30 22:25:52 +02:00
tests [FIX] account: correct name_search on account to be validated even at negation 2013-12-06 18:00:12 +01:00
views [FIX] wrong header in report_vat 2014-06-29 16:43:55 +02:00
wizard [REF] OpenERP --> Odoo in various UI texts 2014-07-18 13:45:41 +02:00
__init__.py removed lot of stuff 2012-09-17 17:10:31 +02:00
__openerp__.py [IMP] account: bank statement reconciliation widget (part 2) 2014-05-30 18:47:50 +02:00
account.py [REF] OpenERP --> Odoo in various UI texts 2014-07-18 13:45:41 +02:00
account_analytic_line.py [REM] Unnecessary `size` parameters on char fields 2014-06-25 17:13:43 +02:00
account_assert_test.xml
account_bank.py [FIX] account: restrict bank account post creation for account and journal 2013-06-10 13:04:01 +02:00
account_bank_statement.py [FIX] point_of_sale: fixed errors that avoid closing a pos session + [IMP] account: added back the account_id field on statement.line obj to ease the reconciliation process when importing statements (or creating them through pos.orders). Fix #932 2014-07-18 15:43:20 +02:00
account_bank_view.xml [REF] OpenERP --> Odoo in various UI texts 2014-07-18 13:45:41 +02:00
account_cash_statement.py [MERGE] new v8 api by rco 2014-07-06 17:05:41 +02:00
account_end_fy.xml
account_financial_report.py [REM] Unnecessary `size` parameters on char fields 2014-06-25 17:13:43 +02:00
account_financial_report_data.xml [FIX]account_financial_report_data: fix profit and loss sign, sign should be reverse for P&L journal and children 2013-04-22 16:44:38 +02:00
account_installer.xml Removed version="7.0" from form views 2014-06-12 09:09:59 +02:00
account_invoice.py [FIX] account: using wizard methods instead of invoice methods 2014-07-22 22:23:54 +02:00
account_invoice_view.xml [REF] OpenERP --> Odoo in various UI texts 2014-07-18 13:45:41 +02:00
account_invoice_workflow.xml
account_menuitem.xml [IMP] Account : changed terms as suggested in account module 2012-12-19 12:26:45 +05:30
account_move_line.py [FIX] account, bank statement reconciliation: fixed huge bugs when using tax with several children or when debit/credit are 0 but some amounts have to be put in a tax code + improved usability by adding domains where needed 2014-07-11 17:15:34 +02:00
account_pre_install.yml
account_report.xml [IMP] account* reports: removed rml, added qweb template, changed the wizard to return qweb actions 2014-03-27 19:25:20 +01:00
account_unit_test.xml [IMP] account: bank statement reconciliation widget (part 2) 2014-05-30 18:47:50 +02:00
account_view.xml [REF] OpenERP --> Odoo in various UI texts 2014-07-18 13:45:41 +02:00
company.py [REF] removed explicit model instanciations. 2013-04-15 12:23:49 +02:00
company_view.xml [IMP] account, account_voucher: moved some fields from res.company to accounting settings + removed duplicated fields (in company form view AND accounting settings) 2012-10-15 15:50:27 +02:00
installer.py [MERGE] forward port of branch 7.0 up to revid 9971 chs@openerp.com-20140410100027-5ug4801pfch9virt 2014-04-10 12:36:38 +02:00
ir_sequence.py [MERGE] new v8 api by rco 2014-07-06 17:05:41 +02:00
ir_sequence_view.xml
partner.py [FIX] account: typo in get_fiscal_position() 2014-07-07 14:48:20 +02:00
partner_view.xml [IMP] automatic fiscal positions for simple cases 2014-06-30 02:12:41 +02:00
product.py [REF] *: change linked to server revision 4907. Removed deprecated 'view_load' attribute + removed duplicated first argument of property fields which is replaced with 'relation' argument in case where it is really needed (relational fields): indeed this first argument was totally useless for property of float type (for example). 2013-06-24 11:05:15 +02:00
product_view.xml [IMP] product: refactoring of product variant. The main view became the view of product template and the product product (or product variant) are created with the variant values combinaison. Bom is splitted into bom and bom line and can use the variant combinaison. 2014-05-27 09:42:52 +02:00
res_config.py [REF] OpenERP --> Odoo in various UI texts 2014-07-18 13:45:41 +02:00
res_config_view.xml [REF] OpenERP --> Odoo in various UI texts 2014-07-18 13:45:41 +02:00
res_currency.py Fixes 2014-07-02 18:18:29 +02:00