Commit Graph

762 Commits

Author SHA1 Message Date
ron@tinyerp.com cb2f70799b [IMP]: account: l10n fullness and inheritancy: Add company_id as argument in tax_generate function
bzr revid: ron@tinyerp.com-20110808102658-hy4dkqcdb3u4ike5
2011-08-08 15:56:58 +05:30
ron@tinyerp.com 7304bef3f6 [IMP]: account: l10n fullness and inheritancy: Improved label in the wizard, and docstring in the function
bzr revid: ron@tinyerp.com-20110808100310-f61wr13a559loiyu
2011-08-08 15:33:10 +05:30
ron@tinyerp.com fbd83912b0 [IMP]: account: l10n fullness and inheritancy: Move the tax_generate function to account.tax.template
bzr revid: ron@tinyerp.com-20110808094118-4uhlhm6s63n17qj9
2011-08-08 15:11:18 +05:30
ron@tinyerp.com e92fc06a2c [ADD]: account: l10n fullness and inheritancy: improvement PEP statndard and company_id
bzr revid: ron@tinyerp.com-20110805125145-npom8tyh5c6ol62t
2011-08-05 18:21:45 +05:30
ron@tinyerp.com c8e3c1adae [ADD]: account: l10n fullness and inheritancy: Used common function to generate taxes from tax templates
bzr revid: ron@tinyerp.com-20110805124519-krhoctkm12vwssgg
2011-08-05 18:15:19 +05:30
ron@tinyerp.com 4ec5a06323 [ADD]: account: l10n fullness and inheritancy: combined for and If loop
bzr revid: ron@tinyerp.com-20110804111106-vuyy9k02nu701syf
2011-08-04 16:41:06 +05:30
ron@tinyerp.com bd6d058fbc [ADD]: account: l10n fullness and inheritancy: 1) Add installable field on account.tax.template
2)Real tax object will create only from tax template when installable field has been true
3)Give default value True of installable field
4)Improved code of tax store in ir.values

bzr revid: ron@tinyerp.com-20110804070856-6mjxo8d22inrfqfh
2011-08-04 12:38:56 +05:30
Rucha (Open ERP) 7c366558aa [MERGE]: l10n fullness and inheritancy: Added code to load default sales and purchase tax when set_tax_complete is False on COA template
bzr revid: rpa@tinyerp.com-20110803121733-r96ynsm0upbiufwq
2011-08-03 17:47:33 +05:30
ron@tinyerp.com fb3e67988b [IMP]: account: l10n fullness and inheritancy: Improved code for name
bzr revid: ron@tinyerp.com-20110803115601-rw9ri28p3vz6zjmr
2011-08-03 17:26:01 +05:30
ron@tinyerp.com 9823ed6a73 [IMP]: account: l10n fullness and inheritancy: Improved code
bzr revid: ron@tinyerp.com-20110803110910-bw747dlpc74cko1g
2011-08-03 16:39:10 +05:30
ron@tinyerp.com 64047a7f07 [IMP]: account: l10n fullness and inheritancy: Removed unnecessary import library and space
bzr revid: ron@tinyerp.com-20110803103751-stk3pyd8r5gcu27i
2011-08-03 16:07:51 +05:30
ron@tinyerp.com e79d3ace1a [IMP]: account: l10n fullness and inheritancy: Removed duplicate code for loading sales and purchase tax and variables used properly
bzr revid: ron@tinyerp.com-20110803103303-r9lxt5hak0ncmcjz
2011-08-03 16:03:03 +05:30
ron@tinyerp.com 5ad2f2dbb3 [IMP]: account: l10n fullness and inheritancy: flexible code to load/create taxes based on value of Complete Set Of Tax
bzr revid: ron@tinyerp.com-20110803062549-95hi97dclowu01ev
2011-08-03 11:55:49 +05:30
ron@tinyerp.com ddc6ce68be [IMP]: account: l10n fullness and inheritancy: Give default value on Visible field on account chart template
bzr revid: ron@tinyerp.com-20110802113447-aa8u53dfj2nap1ei
2011-08-02 17:04:47 +05:30
ron@tinyerp.com 38a47ab93e [ADD]: account: l10n fullness and inheritancy: create tax templates and real taxes from purchase_tax_rate,sale_tax_rate fields
bzr revid: ron@tinyerp.com-20110802101200-n7sngrvbi4ftme12
2011-08-02 15:42:00 +05:30
ron@tinyerp.com 9c32b8cc6a [IMP]: account: l10n fullness and inheritancy: Value false default sale and purchase taxes if we don not have to use/display those fields in the wizard
bzr revid: ron@tinyerp.com-20110802061656-jqacqub4hmw1dlya
2011-08-02 11:46:56 +05:30
ron@tinyerp.com 9e95b2ac77 [IMP]: account: l10n fullness and inheritancy: optimize the code for inconsistent use of dict on onchange_chart_template_id
bzr revid: ron@tinyerp.com-20110801114340-uibvfh42bff44i3l
2011-08-01 17:13:40 +05:30
ron@tinyerp.com 14aceeae6b [IMP]: account: l10n fullness and inheritancy: Changed field name tracking to complete_tax
optimize the code for inconsistent use of quotes in dict

bzr revid: ron@tinyerp.com-20110801100440-bjcjzvz47b7o63mp
2011-08-01 15:34:40 +05:30
ron@tinyerp.com 997528cc9a [IMP]: account: l10n fullness and inheritancy: Improved help of field set_tax_complete
bzr revid: ron@tinyerp.com-20110801054318-9svmdxc6l27cubq6
2011-08-01 11:13:18 +05:30
ron@tinyerp.com 4d8dab977c [ADD]: account: l10n fullness and inheritancy: 1)Add set_tax_complete field in account.chart.template,
2)Add default sale and purchase rates float field in wizard.multi.charts.accounts, 
3)If set_tax_complete boolean is False, then instead of the 2 many2one for default sale and purchase taxes, we display the default sale and purchase rates in in the wizard that generate Chart of Accounts from templates
4)Add tracking field only for tracking purpose

bzr revid: ron@tinyerp.com-20110801053933-g1quvlsozm34zc20
2011-08-01 11:09:33 +05:30
ron@tinyerp.com 69928207cc [IMP]: account: l10n fullness and inheritancy: Improved label and added help text on visible field
bzr revid: ron@tinyerp.com-20110729102548-iam282c6f3dkv5st
2011-07-29 15:55:48 +05:30
ron@tinyerp.com 85c377915c [ADD]: account: l10n fullness and inheritancy:1)Add visible field on account chart template
2)Add a domain on the config wizard to display only where this visible is True

bzr revid: ron@tinyerp.com-20110729061853-l38k6rv5rz5no4wk
2011-07-29 11:48:53 +05:30
ron@tinyerp.com 4d882e63e1 [IMP]: account: l10n fullness and inheritancy:Remove required=True from account_root_id,bank_account_view_id,tax_code_root_id and also optimize the code
bzr revid: ron@tinyerp.com-20110722085917-rfnb8w8ycz0otuer
2011-07-22 14:29:17 +05:30
ron@tinyerp.com a21478fde2 [IMP]Account:Add parent_id field in Account.chart.template and Bank Account,Root Account ,Root Tax required when there is no parent
bzr revid: ron@tinyerp.com-20110722070741-dxfzs55wlhgoq4wz
2011-07-22 12:37:41 +05:30
ron@tinyerp.com d07923239f [IMP]Account:optimize code of default_get method
bzr revid: ron@tinyerp.com-20110720062443-cn65ey46czpd8v54
2011-07-20 11:54:43 +05:30
ron@tinyerp.com 028375c83f [IMP]Account:Improvement in wizard.multi.charts.accounts all fields have default used that is converted to default_get method
bzr revid: ron@tinyerp.com-20110720053906-px9u1o3sfz4phq4q
2011-07-20 11:09:06 +05:30
Olivier Dony 06fb14130a [IMP] removed method=True params from all fields.function
Server revision 3495 odo@openerp.com-20110701232328-flgxulxva70vnyxr
removed the need for passing method=True to function fields,
so this is the equivalent addons fix, removing it everywhere.
Please be careful from now on, and do not pass it anymore!

bzr revid: odo@openerp.com-20110701234124-a61zl0idvdfz3hyb
2011-07-02 01:41:24 +02:00
tfr@openerp.com 87dec6fe30 [MERGE] fix bug lp:789658 by uco
bzr revid: tfr@openerp.com-20110701162406-lvn22ylsdu1j24h2
2011-07-01 18:24:06 +02:00
Quentin (OpenERP) 016eff262b [FIX] account: opening entries didn't bring forward the amount in currency when closing a fiscalyear. The centralisation had to take care on that too.
lp bug: https://launchpad.net/bugs/736890 fixed

bzr revid: qdp-launchpad@openerp.com-20110621125248-xec0ogl2v1hwxsmo
2011-06-21 14:52:48 +02:00
Ujjvala Collins (OpenERP) 25fc84728e [FIX] account: Fixed issue of 'balance' type tax using chart of accounts.
lp bug: https://launchpad.net/bugs/789658 fixed

bzr revid: uco@tinyerp.com-20110608072832-dg68dfnsvnzz58vm
2011-06-08 12:58:32 +05:30
Quentin (OpenERP) f2c52081d4 [MERGE] lp: 740596
bzr revid: qdp-launchpad@openerp.com-20110518153604-2v5w3dyv5v8ga7o6
2011-05-18 17:36:04 +02:00
Quentin (OpenERP) 53c973b38a [MERGE] lp:684119
bzr revid: qdp-launchpad@openerp.com-20110518153258-17ypw1tjibw51wv0
2011-05-18 17:32:58 +02:00
Quentin (OpenERP) b7452ba8e0 [FIX] account: improvement of fix 684119 (added company criteria + code cleaning)
lp bug: https://launchpad.net/bugs/684119 fixed

bzr revid: qdp-launchpad@openerp.com-20110518153228-hqg8ykluc6mqi9is
2011-05-18 17:32:28 +02:00
Quentin (OpenERP) e6adf59177 [MERGE] merged branch containing bugfixes for accounting reports
bzr revid: qdp-launchpad@openerp.com-20110518125926-wrr6n75ymmtibrr1
2011-05-18 14:59:26 +02:00
Vo Minh Thu a37a4404fb [REF] consistent, grepable ir.values object naming.
bzr revid: vmt@openerp.com-20110516153331-vusrrgr3hvlcyei0
2011-05-16 17:33:31 +02:00
psi (Open ERP) 444a01a7d7 [MERGE] merge from trunk-addons
bzr revid: psi@tinyerp.co.in-20110506083505-lc7936hmpa1ok9uw
2011-05-06 14:05:05 +05:30
Noviat dac4f6fe28 [FIX] account: fixed _sum() on account.tax.code object. Thanks Noviat for the patch
bzr revid: qdp-launchpad@openerp.com-20110505144340-azftlojg69zbo2sc
2011-05-05 16:43:40 +02:00
Quentin (OpenERP) ee0f98590e [FIX] account: improved order of account_period in order to have the period for opening entries first and fixed in common report wizard the bug that was selecting entries from opening period too when we were printing entries from january to march (because of same date_start for january and opening period). Also fixed the query_get when giving the periods directly in the context (previously it was doing a very weird thing with the clause where_move_lines_by_date defined again and it was not compliant with the opening period new change)
bzr revid: qdp-launchpad@openerp.com-20110504145233-icq3a40l9pahy7hm
2011-05-04 16:52:33 +02:00
AVP(Axelor) cc3d7333c8 [FIX][IMP] all modules improvement.
bzr revid: amp@tinyerp.com-20110429084948-x0pny8n2ersc4h8m
2011-04-29 14:19:48 +05:30
ARA (OpenERP) b2a3d521fa [FIX] account: payment term line need at least 5 to 6 digits precision
bzr revid: ara@tinyerp.com-20110427070318-nq5757mhtqbay99o
2011-04-27 12:33:18 +05:30
AMP (OpenERP) 483c437431 [FIX] account : Usability Improvement
bzr revid: amp@tinyerp.com-20110419104557-n0g8ojzztcyefn17
2011-04-19 16:15:57 +05:30
ARA (OpenERP) 10fbcafa03 [FIX] Account:Account chart wizard does not check if generated account code for bank journal exsits
bzr revid: ara@tinyerp.com-20110330061809-3b28ug6dz37tq23v
2011-03-30 11:48:09 +05:30
Quentin (OpenERP) 3557de7ecf [MERGE] lp:728417
bzr revid: qdp-launchpad@openerp.com-20110329143031-kvl9mvq8la0alrha
2011-03-29 16:30:31 +02:00
ARA (OpenERP) 9b06e256e1 [FIX] Account:Exception raised when setting an Account InActive
bzr revid: ara@tinyerp.com-20110325101808-r1yfsenlr10lgdv4
2011-03-25 15:48:08 +05:30
ARA (OpenERP) 82565f571b [FIX] Account: payment term line need at least 5 to 6 digits precision
lp bug: https://launchpad.net/bugs/740596 fixed

bzr revid: ara@tinyerp.com-20110325094939-k30q24tu5okj7mcm
2011-03-25 15:19:39 +05:30
ARA (OpenERP) 0de7622c03 [FIX] Account: Account chart wizard does not check if generated account code for bank journal exsits
bzr revid: ara@tinyerp.com-20110324084653-ysbw98hvxcynrgqt
2011-03-24 14:16:53 +05:30
ARA (OpenERP) 6d10583973 [FIX] Account: Account chart wizard does not check if generated account code for bank journal exsits
lp bug: https://launchpad.net/bugs/684119 fixed

bzr revid: ara@tinyerp.com-20110324084417-9rqbu46o4v97x2ey
2011-03-24 14:14:17 +05:30
Mustufa Rangwala e012af7da9 [FIX] Account: account - sequence_id in journal must be unique
lp bug: https://launchpad.net/bugs/734949 fixed

bzr revid: mra@mra-laptop-20110316112522-nr1q01gm314vos0b
2011-03-16 16:55:22 +05:30
ARA (OpenERP) 9c83ebedd2 [FIX] account: [6.0.1] Exception raised when setting an Account InActive
bzr revid: ara@tinyerp.com-20110315100653-g6ic3b6s8sz1bdxp
2011-03-15 15:36:53 +05:30
ARA (OpenERP) a60b7a65e6 [FIX] account: [6.0.1] Exception raised when setting an Account InActive
bzr revid: ara@tinyerp.com-20110315100554-ffxi0u7efh07s186
2011-03-15 15:35:54 +05:30