Commit Graph

1144 Commits

Author SHA1 Message Date
Vo Minh Thu e7f4891d46 [IMP] use the openerp namespace.
bzr revid: vmt@openerp.com-20121206145632-0h1coh5aaem65wsy
2012-12-06 15:56:32 +01:00
Quentin (OpenERP) 966890c540 [MERGE] merged the branch with supplier payment term from alexis de Lattre (Akretion). Thanks for the nice proposal
bzr revid: qdp-launchpad@openerp.com-20121204103146-9mfmx56ulfxrlphj
2012-12-04 11:31:46 +01:00
Fabien Pinckaers 017e2c2f77 [FIX] account creation
bzr revid: fp@openerp.com-20121202172651-0gtlf31avv8d01ti
2012-12-02 18:26:51 +01:00
Alexis de Lattre cad4abe56c Merge with addons/trunk revno 8168.
Adapt demo data to the rename of partner XML IDs in server/trunk.

bzr revid: alexis@via.ecp.fr-20121129222645-lm5ujxf4a1a83aoz
2012-11-29 23:26:45 +01:00
dle@openerp.com 514952bdd3 [MERGE]Latest trunk
bzr revid: dle@openerp.com-20121128164105-m3hgq38xw6ikewa5
2012-11-28 17:41:05 +01:00
Quentin (OpenERP) 7db911f1c7 [REF] account: refactoring of default_get() of account.move.line
bzr revid: qdp-launchpad@openerp.com-20121123162758-qczz3bgbea2qzxjo
2012-11-23 17:27:58 +01:00
Quentin (OpenERP) 84050666ab [REF] some code/error message refactoring
[REM] account: removed _check_fiscal_year constraint on account.move.line (was made to ensure a journal item's date is included inbetween the date start and stop of the fiscalyear it belongs) over which we have a doubt
[FIX] account: fixed _check_currency_and_amount constraint on account.move.line (having 0 as amount_currency is a legal value since debit and credit can both be 0 (used in case of complex taxes))
[FIX] account_voucher: changed the behavior in order to restrict the update of the journal in a bank statement only when there is a voucher already created/generated for that, because previous check was too restrictive.

bzr revid: qdp-launchpad@openerp.com-20121122142819-wvqak470vn3ete27
2012-11-22 15:28:19 +01:00
Michael Telahun Makonnen 90c5bd38f2 [Fix] When creating an account move don't assume all the information will be supplied
In this specific instance validating a physical inventory caused the
account move creation code to fail because a period_id and a date were
not supplied. We can use the current period for period_id and date will
simply default to the current date if one is not supplied.

bzr revid: mmakonnen@gmail.com-20121122141618-5ksk1ke8gh75bssp
2012-11-22 17:16:18 +03:00
Quentin (OpenERP) df1569f9f1 [MERGE] trunk
bzr revid: qdp-launchpad@openerp.com-20121122140800-1z8t57k0c2leaaqx
2012-11-22 15:08:00 +01:00
Denis Ledoux dle@openerp.com 49f3f3d39f [FIX]Too much deleted in _prepare_all_journals
bzr revid: dle@openerp.com-20121122115517-j1i3srgux7extgp8
2012-11-22 12:55:17 +01:00
Denis Ledoux dle@openerp.com 7e6b2035ae [DEL]View_id references missed
bzr revid: dle@openerp.com-20121122112729-0osh95257ssn5sxy
2012-11-22 12:27:29 +01:00
Denis Ledoux dle@openerp.com 7e1ffaf613 [REM]Remove all account.journal.view and account.journal.column references
bzr revid: dle@openerp.com-20121122104504-ezgj2666zkhgybpj
2012-11-22 11:45:04 +01:00
Denis Ledoux dle@openerp.com d05caecd7e [MERGE][FIX][IMP]Latest trunk + lots of things. I should have pushed more often, but its too late now : (
bzr revid: dle@openerp.com-20121121172954-qpnw0arhb632b8ve
2012-11-21 18:29:54 +01:00
Rajesh Prajapati (OpenERP) 5ead513bf2 [IMP] account : string changed
bzr revid: rpr@tinyerp.com-20121106092401-slfgkto8kvrv2o4v
2012-11-06 14:54:01 +05:30
Rajesh Prajapati (OpenERP) 76a5ceef15 [IMP] account : method code changed
bzr revid: rpr@tinyerp.com-20121106092152-sjyespyes2bxjrp2
2012-11-06 14:51:52 +05:30
Rajesh Prajapati (OpenERP) 43aefa10f6 [IMP] account : method name changed
bzr revid: rpr@tinyerp.com-20121106072825-6vza2ecmycimi4eo
2012-11-06 12:58:25 +05:30
Rajesh Prajapati (OpenERP) f4f45c476c [IMP] account : added constraints to check parent account
bzr revid: rpr@tinyerp.com-20121106062736-28vgz6515h4rt3s2
2012-11-06 11:57:36 +05:30
Joël Grand-Guillaume 227738dedb [IMP] Forbid to remove the reconcile on opening entries, we introduce a new boolean field to identify the reconciliation made by the closing process from others.
bzr revid: joel.grandguillaume@camptocamp.com-20121026135415-k1q0yq5zxngmfm5k
2012-10-26 15:54:15 +02:00
Joël Grand-Guillaume eaf53213da [IMP] Forbid the user to delete any move linked to an invoice. Cancelling invoice still work obviously
bzr revid: joel.grandguillaume@camptocamp.com-20121026091242-9fu2a4do0ra50fqu
2012-10-26 11:12:42 +02:00
Joël Grand-Guillaume 8132259454 [IMP] Add a constraints on reconcile object to forbid the reconciliation between different partner
[IMP] Add a constraint on account move: you cannot pickup a date that is not in the fiscal year of the concerned period

bzr revid: joel.grandguillaume@camptocamp.com-20121026084958-nlcoqlav00l42gwr
2012-10-26 10:49:58 +02:00
Joël Grand-Guillaume aef8541bc8 [IMP] Forbid to change type of account for 'consolidation' and 'view' if there is entries on it or his children.
bzr revid: joel.grandguillaume@camptocamp.com-20121025134702-7px784iu3226qc0l
2012-10-25 15:47:02 +02:00
Joël Grand-Guillaume e242773cac [IMP] For legal reason (forbiden to modify journal entries which belongs to a closed fy or period) : Forbid to modify the code of an account if journal entries have been already posted on this account. This cannot be simply 'configurable' since it can lead to a lack of confidence in OpenERP and this is what we want to change.
bzr revid: joel.grandguillaume@camptocamp.com-20121025133851-3mnvsy9ltavys94k
2012-10-25 15:38:51 +02:00
Fabien Pinckaers a7368145ca [MERGE] typo
bzr revid: fp@openerp.com-20121024201424-98la8f2wkhfjrtae
2012-10-24 22:14:24 +02:00
Quentin (OpenERP) 5b4fde2485 [FIX] account: the readonly fields aren't send to the server at the record creation
bzr revid: qdp-launchpad@openerp.com-20121019133050-7h8gx3beir992xlw
2012-10-19 15:30:50 +02:00
Mayur Maheshwari (OpenERP) 8346293d72 [MERGE]: Merge with lp:openobject-addons
bzr revid: mma@tinyerp.com-20121015090200-irfaskfn9i1p68j9
bzr revid: mma@tinyerp.com-20121016052513-vl56jxtp7xbpa2ry
2012-10-16 10:55:13 +05:30
Quentin (OpenERP) d56be2c622 [REF] account: removed dead field 'property_reserve_and_surplus_account' that was not used anymore
bzr revid: qdp-launchpad@openerp.com-20121015114847-j2po052ckxtgegqc
2012-10-15 13:48:47 +02:00
Mayur Maheshwari (OpenERP) 0b87880029 [IMP]all: imporve string state to status
bzr revid: mma@tinyerp.com-20121012114258-w2q3hg1wb5wlt8wi
2012-10-12 17:12:58 +05:30
Fabien Pinckaers 1d365f0d50 [MERGE]
bzr revid: fp@openerp.com-20121010204733-eqg9lhokufm387tr
2012-10-10 22:47:33 +02:00
Xavier Morel 536741bcd3 [MERGE] from trunk
bzr revid: xmo@openerp.com-20121003080711-d8g4kcdpeet3ovne
2012-10-03 10:07:11 +02:00
Antonin Bourguignon 2b2288a3bd [FIX] a few problems introduced with the last merge
bzr revid: abo@openerp.com-20121002111231-zo41jejkrm8afavu
2012-10-02 13:12:31 +02:00
Antonin Bourguignon 1653332080 [MERGE] trunk
bzr revid: abo@openerp.com-20121002102915-424prxd74izb1szw
2012-10-02 12:29:15 +02:00
Xavier Morel 49998b5f72 [FIX] account: correctly handle 'false' close_method
bzr revid: xmo@openerp.com-20121001075931-zyrmydt1s7uz7ihk
2012-10-01 09:59:31 +02:00
Xavier Morel 45ee8b434d [FIX] account: incorrect check for parent_id value
would try a read on parent_id=False, which blows up

bzr revid: xmo@openerp.com-20121001071728-npq7ieoe3rpz44i7
2012-10-01 09:17:28 +02:00
Fabien Pinckaers 2c0e250edc [MERGE] better domain on CoA template
bzr revid: fp@tinyerp.com-20120930124654-jbi90s6v042ve8q8
2012-09-30 14:46:54 +02:00
Fabien Pinckaers 6bae31462e [MERGE] fix unicode problem on account
bzr revid: fp@tinyerp.com-20120929120724-lkvn8cp3z7116s33
2012-09-29 14:07:24 +02:00
Fabien Pinckaers 135d96cafc [MERGE] for spanish localisation
bzr revid: fp@tinyerp.com-20120929093737-984akfhrl6l5khk2
2012-09-29 11:37:37 +02:00
Fabien Pinckaers 84a454c70a [FIX] translate journal view
bzr revid: fp@tinyerp.com-20120929093616-ru0god6cd7vxu6qh
2012-09-29 11:36:16 +02:00
Vijaykumar Baladaniya 338bf45e3d [FIX] Add Domain in parent_id and remove unnecessary code.
bzr revid: vba@tinyerp.com-20120928055852-utqbghq2e1we7r9g
2012-09-28 11:28:52 +05:30
Antonin Bourguignon 1fbb4a5c16 [IMP] handling of '(copy)' l10n
bzr revid: abo@openerp.com-20120924162645-z1h4l2mj6c8i6wr3
2012-09-24 18:26:45 +02:00
Fabien Pinckaers 5ffbf77067 [MERGE] fixes in account
bzr revid: fp@tinyerp.com-20120920092726-5747f5kj14u26sb1
2012-09-20 11:27:26 +02:00
Amit Patel e308d04d8e [MERGE]
bzr revid: apa@tinyerp.com-20120917100306-20mykzfvurzr71wm
2012-09-17 15:33:06 +05:30
Jigar Amin - OpenERP 9e25673a45 [Merge] lp:~openerp-dev/openobject-addons/trunk-addons9-accounting-apa-customers-suppliers-journal-items-kbh
bzr revid: jam@tinyerp.com-20120914093805-jh2sjnb923h1mx9j
2012-09-14 15:08:05 +05:30
Jigar Amin - OpenERP d7dfc3dc1c [MERGE] lp:openobject-addons
bzr revid: jam@tinyerp.com-20120912044315-t7gtrwck9fc3h9vd
bzr revid: jam@tinyerp.com-20120913045246-iuvrqt992b60tekt
bzr revid: jam@tinyerp.com-20120914042725-jiagjctwti0vd68m
2012-09-14 09:57:25 +05:30
Antonin Bourguignon 15b62537f5 [IMP] code cleaning
bzr revid: abo@openerp.com-20120913125228-mb17mk4m6dqbm5rt
2012-09-13 14:52:28 +02:00
Khushboo Bhatt (Open ERP) 2ef470f717 [FIX]account:fix the issue of customer/supplier journal items
bzr revid: kbh@tinyerp.com-20120913124136-ygcr1666kzmcm3bp
2012-09-13 18:11:36 +05:30
Antonin Bourguignon 0986f13047 [FIX] recurring line's model form view
properly set a company id when a journal is selected and, therefore, correctly display available accounts

bzr revid: abo@openerp.com-20120913122312-v2zz8m4r8wcxovtx
2012-09-13 14:23:12 +02:00
Antony Lesuisse b4441a1ca4 [IMP] account template loading speedup 1min on runbot
check parent_id type constraint before create/write
remove parent_id eval 0

bzr revid: al@openerp.com-20120912005721-ofpgkaorlm4zrwgy
2012-09-12 02:57:21 +02:00
Stephane Wirtel 6283d212e5 [MERGE] account: Fix a typo in the variable name
bzr revid: stw@openerp.com-20120910103747-f2ar7jj4w8az2dya
2012-09-10 12:37:47 +02:00
Jigar Amin - OpenERP c17a459f03 Merge lp:~openerp-dev/openobject-addons/trunk-remove-warnings-server-installation-removed-tch
bzr revid: jam@tinyerp.com-20120910063452-mwa7zq3f91t1ndnf
2012-09-10 12:04:52 +05:30
Jigar Amin - OpenERP 6c7cdd7712 Merge lp:openobject-addons
bzr revid: jam@tinyerp.com-20120910043039-vu4qn4t20je6ew8r
2012-09-10 10:00:39 +05:30