odoo/addons/account
Launchpad Translations on behalf of openerp 7de48c9694 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130906060710-1qwkxqo16uzz2p0c
bzr revid: launchpad_translations_on_behalf_of_openerp-20130905051828-i1zdq38yhq6s25t3
bzr revid: launchpad_translations_on_behalf_of_openerp-20130906060727-odhvfd4fhco9svya
bzr revid: launchpad_translations_on_behalf_of_openerp-20130830052505-e346k0xxesqii63n
bzr revid: launchpad_translations_on_behalf_of_openerp-20130902053728-uro81onc51apjhyk
bzr revid: launchpad_translations_on_behalf_of_openerp-20130904050346-hhqkp2lcpiuhxrvo
bzr revid: launchpad_translations_on_behalf_of_openerp-20130905051839-5lbu7tnnilowbws2
bzr revid: launchpad_translations_on_behalf_of_openerp-20130906060737-4r2sin3a91544c6s
2013-09-06 06:07:37 +00:00
..
data [FIX] account: removal of warnings at database creation due to unknown fields in account.payment.term.line model 2013-03-14 15:53:37 +01:00
demo [FIX] account: removal of warnings at database creation due to unknown fields in account.payment.term.line model 2013-03-14 15:53:37 +01:00
edi [FIX] account: paypal url generation should not crash for draft invoices that have no number yet 2013-07-30 11:16:43 +02:00
i18n Launchpad automatic translations update. 2013-09-06 06:07:37 +00:00
process [MERGE] Bugfixes from 6.1 until revision 6900 2012-12-18 03:11:23 +01:00
project [IMP] account: unify wizard view for chart of analytic accounts with other wizards 2013-09-02 14:14:12 +02:00
report [FIX] account: use field taget_move for generation of account financial report (all entires or all posted entries) 2013-09-02 14:04:50 +02:00
security [MERGE] Harmonization of noupdate flag on security XML data, courtesy of Alexis de Lattre (Akretion) 2012-12-19 00:20:01 +01:00
static/src [FIX] OPW 590066 account: remove accounting information lines from Journal items 2013-04-25 16:39:43 +02:00
test test: correct some try/except test 2013-08-09 09:06:05 +02:00
tests [TEST] starting unit tests for taxes 2012-11-01 21:39:35 +01:00
wizard [IMP] account: pass target_move in common report instead of only financial report 2013-09-03 11:27:32 +02:00
__init__.py removed lot of stuff 2012-09-17 17:10:31 +02:00
__openerp__.py [ADD]form in action quick journal items and CSS Class to handle switcher 2012-12-20 11:43:45 +01:00
account.py [FIX]account: field partner_id, define store param to handle updates of partner changes in entries 2013-09-02 14:46:48 +02:00
account_analytic_line.py [MERGE] Access inherited product fields on the product directly rather than template, courtesy of Alexis de Lattre (Akretion) 2012-12-18 23:50:15 +01: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 [IMP] Improve typos in warning (Grammar mistake, Capitalize title, Typos) 2013-06-07 13:38:29 +02:00
account_bank_view.xml [IMP]Account:applying multi_currency group to currency fields 2012-08-27 18:33:40 +05:30
account_cash_statement.py [IMP] Improve typos in warning (Grammar mistake, Capitalize title, Typos) 2013-06-07 13:38:29 +02:00
account_end_fy.xml [IMP] account*, l10n*: remove group_extended 2012-04-25 15:40:18 +02:00
account_financial_report.py [REF] account: added docstring in few methods of account.financial.report 2013-02-11 13:50:56 +01: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 [FIX]chart of account wizard: show company id field in wizard view 2013-04-25 14:06:04 +02:00
account_invoice.py [IMP] account: set default value on account invoice line and fallback on id for ordering if no sequence is available 2013-09-03 18:01:08 +02:00
account_invoice_view.xml [FIX] account: order on invoice lines based on sequence number (for complains, please refer to dle) 2013-09-03 14:59:00 +02:00
account_invoice_workflow.xml [IMP] account: changes related to the cleaning of the invoice workflow 2012-05-25 17:17:40 +02:00
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: pass context to move line reconciliation creation (opw #594546) 2013-08-12 11:48:59 +02:00
account_pre_install.yml [FIX] a lot of fixes in several modules, as the result of the code review of the merge of the objects res.partner and res.partner.address 2012-03-30 11:08:37 +02:00
account_report.xml [REM]:remove the wrong commit 2013-04-19 13:11:35 +05:30
account_unit_test.xml [IMP]: (Work in progress)* Changed demo references according to changes in server, Aim is to add more common names and easy demo. 2012-06-19 12:46:24 +05:30
account_view.xml [FIX] account: don't display non-commercial partners for bank statement 2013-06-05 09:49:57 +02:00
board_account_view.xml [FIX] removed buggy dashboard on treasury 2012-09-17 18:49:39 +02:00
company.py [IMP] use the openerp namespace. 2012-12-06 15:56:32 +01: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 [IMP] Improve typos in warning (Grammar mistake, Capitalize title, Typos) 2013-06-07 13:38:29 +02:00
ir_sequence.py [IMP] use the openerp namespace. 2012-12-06 15:56:32 +01:00
ir_sequence_view.xml [IMP]Remove type field from the whole account 2012-08-08 16:29:07 +05:30
partner.py [FIX] res.partner: Hide commercial-related fields on contacts form + autosync them from parent company 2013-04-08 01:50:13 +02:00
partner_view.xml [FIX] res.partner: Hide commercial-related fields on contacts form + autosync them from parent company 2013-04-08 01:50:13 +02:00
product.py [IMP] use the openerp namespace. 2012-12-06 15:56:32 +01:00
product_view.xml [FIX]account : account invoice balance is double the total 2013-05-31 11:59:46 +05:30
res_config.py [FIX] account: use dateformat instead of datetime for date objects 2013-08-05 12:15:38 +02:00
res_config_view.xml [MERGE] fix of lp bug 1076509 2013-02-13 17:41:57 +01:00
res_currency.py [IMP] use the openerp namespace. 2012-12-06 15:56:32 +01:00