Commit Graph

1307 Commits

Author SHA1 Message Date
Cecile Tonglet 15fe515601 [MERGE] From trunk
bzr revid: cto@openerp.com-20121217144306-tkodwpox30cuvb28
2012-12-17 15:43:06 +01:00
Fabien Pinckaers d9b7d8155e [IMP] multi-currency stuff
bzr revid: fp@tinyerp.com-20121215162309-yav3g8hu50bp9wvv
2012-12-15 17:23:09 +01:00
Vo Minh Thu 6072fd11af [MERGE] merged trunk.
bzr revid: vmt@openerp.com-20121210111654-0pm3pupnqqeip52n
2012-12-10 12:16:54 +01:00
Antony Lesuisse 87c8767999 [FIX] required on boolean warning
bzr revid: al@openerp.com-20121209194352-j6sv17tzh3bz4e1u
2012-12-09 20:43:52 +01:00
Fabien Pinckaers 94d94a9d54 [IMP] implification of payment terms, it even works without balance line
bzr revid: fp@tinyerp.com-20121208135723-ori198g559b1sxsu
2012-12-08 14:57:23 +01:00
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
Atul Patel (OpenERP) 3640b0b5dd [MERGE]: Merged change usability issue
bzr revid: atp@tinyerp.com-20121204073521-mzhbp1gozqdrle71
2012-12-04 13:05:21 +05:30
Nimesh (Open ERP) 62d0f3931d [IMP] Put a default value for payment term lines, make readonly amount to pay in list view, put % symbol when selection is percentage.
bzr revid: nco@tinyerp.com-20121204065850-dw3f79n61hla9x3c
2012-12-04 12:28:50 +05:30
Nimesh (Open ERP) 7510092f7b [MERGE] lp:~openerp-dev/openobject-addons/trunk-payment-term-creation-atp-imp-payment-term-form-view-pja
bzr revid: nco@tinyerp.com-20121204065402-qd9qdp19uzk84zsd
2012-12-04 12:24:02 +05:30
Atul Patel (OpenERP) f24ec66090 [ADD]: Add immediate data in payment term.
bzr revid: atp@tinyerp.com-20121204062326-l0pexulus41zut59
2012-12-04 11:53:26 +05:30
pankita shah (Open ERP) f959595933 [IMP] balance computation line in payment term
bzr revid: shp@tinyerp.com-20121204051530-4sx9r9m0uqmapous
2012-12-04 10:45:30 +05:30
Jalpesh Patel (OpenERP) 7b6d5f0e93 [IMP]remove sequece field and improve payment term form view
bzr revid: pja@tinyerp.com-20121204041610-vpqx0zf3rneokugx
2012-12-04 09:46:10 +05:30
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
Twinkle Christian (OpenERP) cbd5cff60c [MERGE]merge with project barch main branch
bzr revid: tch@tinyerp.com-20120907073038-ezgc5cpmnost9zcm
2012-09-07 13:00:38 +05:30
Turkesh Patel (Open ERP) ac75763855 [MRG] merge with lp:openobjec-addons.
bzr revid: tpa@tinyerp.com-20120907063657-l0eve7vwo9w3jij1
2012-09-07 12:06:57 +05:30
Stephane Wirtel 58fe30e520 [MERGE] stock: fix the issue of counting of Deliveries
[MERGE] account: fix the KeyError in the lines of journal.entry

bzr revid: stw@openerp.com-20120906145520-twnqeb3wyezarcnx
2012-09-06 16:55:20 +02:00
Twinkle Christian (OpenERP) 3f600062d3 [IMP]remove server warnings
bzr revid: tch@tinyerp.com-20120906132533-51shfwfgzguwufsl
2012-09-06 18:55:33 +05:30
Fabien Pinckaers 6273941772 [MERGE] currency from company
bzr revid: fp@tinyerp.com-20120907134229-oblfauk8y435nwhz
2012-09-07 15:42:29 +02:00
Stephane Wirtel 2d89c39f89 [MERGE] account: If the credit or debit field does not exist in the journal entry line, return 0.0
bzr revid: stw@openerp.com-20120905130038-3lk43b0ftzoscobm
2012-09-05 15:00:38 +02:00
Stephane Wirtel d155b77a04 [MERGE] account: remove the payement term lines if we remove the payment term
bzr revid: stw@openerp.com-20120904151837-cuwhc0iawvl32vh9
2012-09-04 17:18:37 +02:00
Jiten (OpenERP) dfb82b2081 [MERGE] Merge from trunk.
bzr revid: jra@tinyerp.com-20120903065444-bcadcpsnadx0vhpx
2012-09-03 12:24:44 +05:30
Stephane Wirtel 1eac0fbe52 [REF] Replace the user id 1 by openerp.SUPERUSER_ID
bzr revid: stw@openerp.com-20120831135136-8k2wjeiixqt6tnkr
2012-08-31 15:51:36 +02:00
Quentin (OpenERP) 6104756d30 [MERGE] account: when generating objects from templates, set the default taxes as a super user + refactoring of deprecated set() method of ir.values
bzr revid: qdp-launchpad@openerp.com-20120831124141-yl4sq3ajrttvm81z
2012-08-31 14:41:41 +02:00
Bhumi Thakkar (Open ERP) 0cb8be90ab [IMP] If ids are int or long then convert into list.
bzr revid: bth@tinyerp.com-20120831114125-z3rk36ip710u1czd
2012-08-31 17:11:25 +05:30
Bhumi Thakkar (Open ERP) b5a8f42641 [MERGE] merge lp:~openerp-dev/openobject-addons/trunk-remove-warnings-server-installation-account-bth
bzr revid: bth@tinyerp.com-20120831113829-vkkmdexyyhoeh3zu
2012-08-31 17:08:29 +05:30
Harry (OpenERP) 278ad45c38 [MERGE]
bzr revid: hmo@tinyerp.com-20120830141006-u0ptli8ab49uhafl
2012-08-30 19:40:06 +05:30
Bhumi Thakkar (Open ERP) 77593dcc2a [IMP] if not list then convert into list.
bzr revid: bth@tinyerp.com-20120829091107-ohpgyjikeaatrxd1
2012-08-29 14:41:07 +05:30
Quentin (OpenERP) baad695095 [FIX] account: company isn't a kwarg for set_default. company_id is
bzr revid: qdp-launchpad@openerp.com-20120828112329-g5y9n2e18bvci9r5
2012-08-28 13:23:29 +02:00
Stephane Wirtel 768d9cdb7e [IMP] account: Merge the opening_control and closing_control flags in cash_control
[IMP] account: In the case where the bank statement is a cash register, we can get the coins of the last register.
[IMP] account: Hide the 'Available Coins' if the journal hasn't the cash_control flag.
[FIX] account: Use some default values for the profit/loss and internal account.
[IMP] point_of_sale: Avoid to have two payment methods with the cash_control in a pos.config object.
[REF] point_of_sale: Refactor the computation code of the cash_journal, cash_register and cash_control flags.
[IMP] point_of_sale: Store the difference in the right account if the journal of the statement is a cash_control or nota.
[FIX] point_of_sale: Use the session name instead of the order name for the account.bank.statement.line .
[IMP] point_of_sale: [DEMO] Define the default payment_methods for the pos.config.

bzr revid: stw@openerp.com-20120828112116-lblikdcn92lcpc7w
2012-08-28 13:21:16 +02:00
Quentin (OpenERP) 0fb11f25c4 [FIX] account: when generating objects from templates, set the default taxes as a super user + use of set_default() instead of deprecated set(key='default') (on ir.values)
bzr revid: qdp-launchpad@openerp.com-20120828095345-erwdm59r3wspqbah
2012-08-28 11:53:45 +02:00
Amit Bhavsar (Open ERP) ae3970d9a3 Merge with latest addons.
bzr revid: amb@tinyerp.com-20120827130303-5d1w7r5dau6wj14g
2012-08-27 18:33:03 +05:30
pso (OpenERP) f06f0da395 [MERGE] Merged with main branch
bzr revid: pso@tinyerp.com-20120823130751-55j9naym9rab8492
bzr revid: pso@tinyerp.com-20120827053644-mzy2bj3fppc3ij4e
2012-08-27 11:06:44 +05:30
Mayur Maheshwari (OpenERP) 3e79640aaf [MERGE]: Merge with lp:openobject-addons
bzr revid: mma@tinyerp.com-20120824083535-hvv8cex6d33hfh2o
2012-08-24 14:05:35 +05:30
Quentin (OpenERP) afa60ebc74 [FIX] lp: 1039013, where an id is given to name_get instead of a list of ids
lp bug: https://launchpad.net/bugs/1039013 fixed

bzr revid: qdp-launchpad@openerp.com-20120823142656-nsqml3jnyylpgzxu
2012-08-23 16:26:56 +02:00
pso (OpenERP) 7fa9451428 [IMP] Added onchange on company to fetch currency related to it
bzr revid: pso@tinyerp.com-20120823095141-oc840e23y1sk1mjs
2012-08-23 15:21:41 +05:30
Turkesh Patel (Open ERP) 6bb1c6cc98 [MRG] merge with lp:openobject-addons
bzr revid: tpa@tinyerp.com-20120823075233-qusrimwu903wdsmf
2012-08-23 13:22:33 +05:30
pso (OpenERP) 56177da6c5 [IMP] Improved default view and method of set accounting options wizard
bzr revid: pso@tinyerp.com-20120820073038-3dmkx96br61t9gd0
2012-08-20 13:00:38 +05:30
Harry (OpenERP) 3a99e1b2cc [MERGE]
bzr revid: hmo@tinyerp.com-20120809130639-vykbp1cqi02y66ct
2012-08-09 18:36:39 +05:30
Stephane Wirtel 4ae8ce4516 [MERGE]
bzr revid: stw@openerp.com-20120808140846-ay7qn0bymtdbwj9q
2012-08-08 16:08:46 +02:00
Antonin Bourguignon 59aa37f0e4 [IMP] all the warning messages now start with 'Warning\!' (not 'Warning' or 'Warning \!')
bzr revid: abo@openerp.com-20120807113414-7mryqyt3jnq8shsa
2012-08-07 13:34:14 +02:00
Antonin Bourguignon b0e8ae4c7d [IMP] error messages
fix errors ending with an exclamation point; use a point instead
remove uniques (or almost) error messages titles, like 'Encoding Error' (1 occurrence in addons), 'Integrity Error' (1 occurrence in addons), 'Report Name' (1 occurrence in addons), 'Value Error' (1 occurrence in addons), 'Wrong Period Code' (1 occurrence in addons); replace these with 'Error'
add newline character after some messages titles, when necessary
fix 'UserError': should be 'User Error'
remove spaces before exclamation marks
add capital letters to messages titles words (e.g.: 'Invalid action' becomes 'Invalid Action')

bzr revid: abo@openerp.com-20120807110616-u3nlnybtgaebro18
2012-08-07 13:06:16 +02:00
Antonin Bourguignon 48e0915804 [IMP] rephrase some error and warning messages in account
remove exclamation marks at the end of messages
remove first person usage ('I' and 'We')
remove unjustified capital letters
rephrase the clumsy form 'No <some attribute> is defined'

bzr revid: abo@openerp.com-20120806154410-kbf9aai2uzq2b0c4
2012-08-06 17:44:10 +02:00
Antonin Bourguignon 206252d606 [IMP] fix a first batch of typos and spelling mistakes (listed by UCO on the 2012-08-01)
bzr revid: abo@openerp.com-20120803172636-s23g6yturpb5chd6
2012-08-03 19:26:36 +02:00
Alexis de Lattre c11754eaa9 Merge with addons-trunk revno 7150
Adapt views accordingly

bzr revid: alexis@via.ecp.fr-20120802134012-fjk20wld5rv9v45i
2012-08-02 15:40:12 +02:00
pso (OpenERP) 773c2d5c63 [MERGE] Merge with main branch
bzr revid: pso@tinyerp.com-20120801064711-y90iik5ialfdnfft
2012-08-01 12:17:11 +05:30
pso (OpenERP) b411fa65d8 [MERGE] Merge with main branch
bzr revid: pso@tinyerp.com-20120731104554-ku0mpomglio4jtjn
2012-07-31 16:15:54 +05:30
Amit (OpenERP) ad7c078757 [FIX] account : Fixed the unicode decode error on search of account.account object
lp bug: https://launchpad.net/bugs/1029316 fixed

bzr revid: amp@tinyerp.com-20120730093020-ujffkjldt1uuflip
2012-07-30 15:00:20 +05:30
pso (OpenERP) 3aacb89abf [IMP] account: Improved default get method of account configuration wizard to set currency as default
bzr revid: pso@tinyerp.com-20120727094252-p56w0d3ko353sgdw
2012-07-27 15:12:52 +05:30
Ajay Chauhan (OpenERP) fe071b4816 [IMP]account : made c capital for Centralised Counterpart
bzr revid: cha@tinyerp.com-20120727084642-42ronls2600r2thk
2012-07-27 14:16:42 +05:30
Quentin (OpenERP) 962ab82207 [MERGE] fixed error in account.account.__compute(). Courtesy of Guewen Baconnier (Camptocamp)
bzr revid: qdp-launchpad@openerp.com-20120725192632-n5x1h25gugb2icue
2012-07-25 21:26:32 +02:00
Quentin (OpenERP) 0bc828b75e [MERGE] account/account.py: use of tools.float_utils float_round() method instead of round(). lp: 977300
bzr revid: qdp-launchpad@openerp.com-20120725142836-mtts1wub192861pw
2012-07-25 16:28:36 +02:00
pso (OpenERP) e5da0e191b [MERGE] Merged with main branch
bzr revid: pso@tinyerp.com-20120725125332-7qe6b3l0fjryast2
2012-07-25 18:23:32 +05:30
pso (OpenERP) 238bbc539a [IMP] Improved warning messages for account module
bzr revid: pso@tinyerp.com-20120725073357-kcdgglpmbxrtbq6d
2012-07-25 13:03:57 +05:30
pso (OpenERP) 1e3535e877 [IMP] Improved warning messages for account module
bzr revid: pso@tinyerp.com-20120725065901-8yz655wmvys729kj
2012-07-25 12:29:01 +05:30
Stephane Wirtel fa0b196382 [MERGE] lp:~openerp-dev/openobject-addons/trunk-tooltip_imp-psi
bzr revid: stw@openerp.com-20120724075723-qdvvhhpfdt1rzvnl
2012-07-24 09:57:23 +02:00
Pinakin Nayi (OpenERP) f96a13097b [IMP]account-option-wizard
bzr revid: pna@tinyerp.com-20120723060536-zb7yue9dm1o4wfx0
2012-07-23 11:35:36 +05:30
Purnendu Singh (OpenERP) d5ec4a6535 [IMP] update pot files
bzr revid: psi@tinyerp.com-20120720114402-yipigtjmk4j7qk1r
2012-07-20 17:14:02 +05:30
Purnendu Singh (OpenERP) 7a8ac01d31 [MERGE] merge with main branch
bzr revid: psi@tinyerp.com-20120720061520-fzq1vhfyn88z8q3d
2012-07-20 11:45:20 +05:30
Rajesh Prajapati (OpenERP) 9e0be9ffd1 [IMP]vat to tax : changed the label tax in lowercase
bzr revid: rpr@tinyerp.com-20120719111115-ap37b1bo2o7w1w1k
2012-07-19 16:41:15 +05:30
Rajesh Prajapati (OpenERP) 1916eadb89 [IMP]vat to tax : changed the label Tax as its abbreviation
bzr revid: rpr@tinyerp.com-20120719055821-1d6ipvw6i8s0n7uk
2012-07-19 11:28:21 +05:30
Rajesh Prajapati (OpenERP) e068ed2663 [IMP]vat to tax : changed the label Vat as its abbreviation
bzr revid: rpr@tinyerp.com-20120719053803-r4p9dhh28h2bysmm
2012-07-19 11:08:03 +05:30
Raphael Collet 531444a6f6 [IMP] account: do not open a non-existing view after setting taxes
bzr revid: rco@openerp.com-20120718135102-34gvep3dbpqznozc
2012-07-18 15:51:02 +02:00
Rajesh Prajapati (OpenERP) 74a58c0f15 [IMP]vat to tax : I have changed the label as tax inplace of vat
bzr revid: rpr@tinyerp.com-20120718121821-esupnmy423ukxniz
2012-07-18 17:48:21 +05:30
Purnendu Singh (OpenERP) f186ff2145 [MERGE] Merge with main addons
bzr revid: psi@tinyerp.com-20120718055314-7a8w836mzjlueexu
2012-07-18 11:23:14 +05:30
Fabien Pinckaers f2a73d9286 merge
bzr revid: fp@openerp.com-20120716221706-esjx9mluww4zfio5
2012-07-17 00:17:06 +02:00
Rajesh Prajapati (OpenERP) 71122ae47a [IMP]tooltip : I have changed the tooltip of fields as suggested
bzr revid: rpr@tinyerp.com-20120713101751-zokuph2bcpcmlfc5
2012-07-13 15:47:51 +05:30
Frédéric van der Essen cd3a0c2b73 [MERGE] from trunk
bzr revid: fva@openerp.com-20120711162837-xirr40vvc81xk8ra
2012-07-11 18:28:37 +02:00
Alexis de Lattre 42ffccfa96 Add a "Supplier Payment Term" on res.partner
Add payment term on purchase.order

bzr revid: alexis@via.ecp.fr-20120711111434-ih20ohy81bynn1wd
2012-07-11 13:14:34 +02:00
Quentin (OpenERP) 6cc0f8f888 [MERGE] add the possiblity to round taxes per line or globally. Courtesy of Alexis de Lattre, Akretion
bzr revid: qdp-launchpad@openerp.com-20120711090753-xflurvchm638c5cv
2012-07-11 11:07:53 +02:00
Hardik 3fadbdcfc0 [IMP]Account : Changes in Warning Message
bzr revid: hsa@tinyerp.com-20120711084821-4reozitt3vgo9u31
2012-07-11 14:18:21 +05:30
Alexis de Lattre fb7120d7b6 Add analytic account on taxes and invoice tax lines.
bzr revid: alexis@via.ecp.fr-20120710212115-r56jev507ka9eca5
2012-07-10 23:21:15 +02:00
Frédéric van der Essen f8d32d3304 [MERGE] point_of_sale
bzr revid: fva@openerp.com-20120710142447-s0z5ca89bofh0n2c
2012-07-10 16:24:47 +02:00
Alexis de Lattre e9e069a216 Add an option "Tax calculation rounding method" that can be set to "Round per line" (it's the default value and the behavior of the previous versions of OpenERP) or to "Round globally".
bzr revid: alexis@via.ecp.fr-20120707163605-byo0o11f2q9dsczl
2012-07-07 18:36:05 +02:00
Olivier Dony c2aaad1dd3 [FIX] OPW 576006: account.period.find() should not select opening/special periods in some cases
The cases where we filter out special periods
should in fact be the default, but this is a risky
change, so we turn this filtering on via an extra
context flag instead, which can be added by callers
as needed.

bzr revid: odo@openerp.com-20120704163307-bvu454y7if8vck8j
2012-07-04 18:33:07 +02:00
Antony Lesuisse ce583333f9 [FIX] minor fixes before merge
bzr revid: al@openerp.com-20120626200909-rnriwjhsvr8u7i7w
2012-06-26 22:09:09 +02:00
Sbh (Openerp) ae45655ef3 [MERGE] changes for string
bzr revid: sbh@tinyerp.com-20120625132114-t1pkogn3r1od75lm
2012-06-25 18:51:14 +05:30
Foram Katharotiya (OpenERP) 06391b7936 [IMP] add logger instead of_loggerdoc or _log., Add .warning() instead of .debug() in account
bzr revid: fka@tinyerp.com-20120625090619-r25n9pqs89oh5180
2012-06-25 14:36:19 +05:30
Kuldeep Joshi (OpenERP) 3c50eb017a [IMP] set logging.getLogger(__name__)
bzr revid: kjo@tinyerp.com-20120622064854-5f6fss55k7305e8q
2012-06-22 12:18:54 +05:30
Sbh (Openerp) e02d8a68ef [MERGE] Merge with lp:openobject-addons
bzr revid: sbh@tinyerp.com-20120621093607-eczt3bj4j215cfl2
2012-06-21 15:06:07 +05:30
Rifakat 1e75f9db2f [FIX] account: one day period should not be used while generating invoice, one day period which is exclusively used for initial opening entries while closing any fiscal year
bzr revid: rha@tinyerp.com-20120620095435-ws0dr4g3cz5l4r23
2012-06-20 15:24:35 +05:30
Raphael Collet a0088a0835 [IMP] account: remove unused field in account configuration
bzr revid: rco@openerp.com-20120619145728-r4um4cdxx1gk11zx
2012-06-19 16:57:28 +02:00
Raphael Collet bd02df1493 [IMP] account: clean up wizard.multi.charts.accounts
bzr revid: rco@openerp.com-20120619143809-l61w89poos2r33db
2012-06-19 16:38:09 +02:00
Mayur Maheshwari (OpenERP) 344ddfbdd5 [FIX]base:fix the issue of KeyError when changes in line of Journal Entry
lp bug: https://launchpad.net/bugs/955910 fixed

bzr revid: mma@tinyerp.com-20120619062426-x5ykv2thycvpvs4l
2012-06-19 11:54:26 +05:30
Kuldeep Joshi (OpenERP) ceddfafdc7 [IMP]add logging and remove warning
bzr revid: kjo@tinyerp.com-20120613090600-3ib3r220zpn1yo5o
2012-06-13 14:36:00 +05:30
Kuldeep Joshi (OpenERP) 7b8f7cb44f [IMP]account: remove warning
bzr revid: kjo@tinyerp.com-20120612120907-0ife6ga0zcvfebsb
2012-06-12 17:39:07 +05:30
Amit Patel (OpenERP) 84b2bec521 [IMP]:set dict if context is None.
bzr revid: apa@tinyerp.com-20120605111946-c3wqtixpybqc9qks
2012-06-05 16:49:46 +05:30
Fabien Pinckaers 5c791531aa [IMP] improved typos
bzr revid: fp@tinyerp.com-20120522161055-6013qr1s4p773hoj
2012-05-22 18:10:55 +02:00
Frédéric van der Essen cf17814781 [MERGE] trunk
bzr revid: fva@openerp.com-20120521092023-qcis495ngwsudw43
2012-05-21 11:20:23 +02:00
Turkesh Patel (Open ERP) 4661fb71d2 [FIX] account: set ondelete='cascade' on payment_id for allow to delete payment term.
bzr revid: tpa@tinyerp.com-20120518063348-1lm9oyy0kw5pkwdy
2012-05-18 12:03:48 +05:30
Stephane Wirtel 589b298125 [IMP] point_of_sale
bzr revid: stw@openerp.com-20120511212912-htftara5senojo1w
2012-05-11 23:29:12 +02:00
Stephane Wirtel ec308a08e7 [IMP] account: Add new wizard for the cash register "Take Money Out", "Put Money In"
[FIX] point_of_sale: Fix some bugs

bzr revid: stw@openerp.com-20120504125158-p45qfzo8mif6x9xe
2012-05-04 14:51:58 +02:00
Saurang Suthar (OpenERP) a2a05cfc19 [IMP]:improved titles State by Status everywhere
bzr revid: ssu@tinyerp.com-20120504115748-2vd1dns7bxptg384
2012-05-04 17:27:48 +05:30
paulius 8a377a190d [FIX] improve rounding at invoice subtotal field--fixes=lp:977300
bzr revid: rmu@tinyerp.com-20120501061412-on9rz3lkbm7oqad3
2012-05-01 11:44:12 +05:30
Alexis de Lattre 0ce5a6bf59 Copy the "note" field from fiscal position template to fiscal position.
bzr revid: alexis@via.ecp.fr-20120423230330-6nmmbf8yae83jggq
2012-04-24 01:03:30 +02:00
Amit Bhavsar (Open ERP) 1e60a8da88 [FIX]account: Improve code
lp bug: https://launchpad.net/bugs/985459 fixed

bzr revid: amb@tinyerp.com-20120419105435-cy21chpu633xouhl
2012-04-19 16:24:35 +05:30
Quentin (OpenERP) ffd0c86ec2 [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
bzr revid: qdp-launchpad@openerp.com-20120330090837-s87z2qzsvynhlbwr
2012-03-30 11:08:37 +02:00
Sbh (Openerp) 964b385d5c [fix] : small fix
bzr revid: sbh@tinyerp.com-20120329131017-4x4xzi41ttbq9ni3
2012-03-29 18:40:17 +05:30
Sbh (Openerp) 867459789a [IMP]account: remove address ref
bzr revid: sbh@tinyerp.com-20120329125723-ibv1bozf6a4pjjap
2012-03-29 18:27:23 +05:30
Sbh (Openerp) 287935fc7f [IMP]account: remove address_id
bzr revid: sbh@tinyerp.com-20120329125550-l0fo45vbwnvf5p76
2012-03-29 18:25:50 +05:30
Sbh (Openerp) a821b41caa [IMP]account: remvoe unused pool
bzr revid: sbh@tinyerp.com-20120329125104-pe1zcn50ldv5wb1t
2012-03-29 18:21:04 +05:30
Sbh (Openerp) fa76f3a063 [IMP]account: remove address_id form compute_all
bzr revid: sbh@tinyerp.com-20120329124913-uoc4lrcauzaltpqp
2012-03-29 18:19:13 +05:30
Sbh (Openerp) d9359aacfb [IMP]account: remove address_id form compute_all
bzr revid: sbh@tinyerp.com-20120329124138-isbvzt8z4drn7fwn
2012-03-29 18:11:38 +05:30
Amit (OpenERP) 908ac62ab6 [FIX] account : Fixes the translation problem
lp bug: https://launchpad.net/bugs/943980 fixed

bzr revid: amp@tinyerp.com-20120328054945-klkxmxsf3b12iuv8
2012-03-28 11:19:45 +05:30
marta(pexego) 0ef89eb059 [FIX] account : Improved the description size for spanish localization taxes
lp bug: https://launchpad.net/bugs/929688 fixed

bzr revid: amp@tinyerp.com-20120328041634-04rk39u8fp27r7ry
2012-03-28 09:46:34 +05:30
Sbh (Openerp) e17dee3a5e [MERGE] Merge with lp:openobject-addons
bzr revid: sbh@tinyerp.com-20120323052530-l9fsd06fbma1l3gz
2012-03-23 10:55:30 +05:30
Olivier Dony 08f6c75477 [MERGE] Properly pass context when incrementing sequences, courtesy of Stefan Rijnhart (Therp)
lp bug: https://launchpad.net/bugs/947355 fixed

bzr revid: odo@openerp.com-20120322122419-xt6rlz330bkdo8ox
2012-03-22 13:24:19 +01:00
Bhumika (OpenERP) 79ff0e3424 [MERGE] Merge with lp:openobject-addons
bzr revid: sbh@tinyerp.com-20120321065319-pj7o5oz8pdr0v2jm
2012-03-21 12:23:19 +05:30
Quentin (OpenERP) 99a12a9216 [FIX] account: build_ctx_period must always return a list of ids
bzr revid: qdp-launchpad@openerp.com-20120319095227-1d7k2zq4ats038em
2012-03-19 10:52:27 +01:00
Stefan Rijnhart 94896a9c0b [FIX] Pass context to ir.sequence.next_by*
lp bug: https://launchpad.net/bugs/974355 fixed

bzr revid: stefan@therp.nl-20120314125324-g1kbltrcygxlmcgt
2012-03-14 13:53:24 +01:00
Numerigraphe - Lionel Sausin 5e4446f483 [FIX] unmutable default in account/account.py
bzr revid: ls@numerigraphe.fr-20120305173236-wdnj66ti4bopedzp
2012-03-05 18:32:36 +01:00
Kuldeep Joshi (OpenERP) fd384fe645 [IMP] account : remove invoice address
bzr revid: kjo@tinyerp.com-20120305064845-aezglwmj86fi2ndc
2012-03-05 12:18:45 +05:30
1bf3b3b515 [FIX] use a local variable row instead of res
bzr revid: guewen.baconnier@camptocamp.com-20120301122124-0izdqntr76ruqtde
2012-03-01 13:21:24 +01:00
Thibault Delavallée 220a94b317 [FIX] Back to old formatting, before revno 6565
bzr revid: tde@openerp.com-20120215093817-v6shtzwmc24ewbgc
2012-02-15 10:38:17 +01:00
Thibault Delavallée 12dba1122a [IMP] Modified argument order in context_today call (context passed as last argument to comply to OpenERP coding guidelines)
bzr revid: tde@openerp.com-20120215092229-olnjl9e2ant2ka55
2012-02-15 10:22:29 +01:00
Thibault Delavallée ef4ec91715 [FIX] Fixed date_start and date_stop in period creation. Using the fields.date.context_today in revno 6565 was performed uysing current datetime instead of correct beginning and end of months timestamps.
bzr revid: tde@openerp.com-20120215091707-0wt01bms652pzz5e
2012-02-15 10:17:07 +01:00
Quentin (OpenERP) 8b4c62c624 [REF] account: small code refactoring
bzr revid: qdp-launchpad@openerp.com-20120214133053-0125ol25lwr5mk7d
2012-02-14 14:30:53 +01:00
Olivier Dony da84f36eb4 [FIX] all: update context_today calls after API change
See also server revision 4053
revision-id: odo@openerp.com-20120214122413-rznpdyqajrzswk4o

bzr revid: odo@openerp.com-20120214122520-f4lyaoolw1sik7zo
2012-02-14 13:25:20 +01:00
Olivier Dony 5fc1a9fc7b [FIX] all: use newly introduced fields.date.context_today
Following the introduction of fields.date.context_today,
correct the main cases where we need to use the user's
timezone instead of the default UTC one.
There are probably many minor cases where this may be
useful, but those cases should be easy to fix now
that there is a common way to fix them.

lp bug: https://launchpad.net/bugs/925361 fixed

bzr revid: odo@openerp.com-20120213180741-4hvd4p7wsep0fomf
2012-02-13 19:07:41 +01:00
Quentin (OpenERP) 614893d620 [MERGE] account: merged the dev branch with workaround of context['line_id'] in line_id field (operation not supported in web client)
bzr revid: qdp-launchpad@openerp.com-20120213131702-f20fl7ydpxvt9o7g
2012-02-13 14:17:02 +01:00
Raphael Collet 37da83d9a8 [FIX] account: method build_ctx_periods returns more periods than those asked when both period are the same
lp bug: https://launchpad.net/bugs/922957 fixed

bzr revid: rco@openerp.com-20120208094735-vh2lnba79da9kn92
2012-02-08 10:47:35 +01:00
Stephane Wirtel f0a31577dd [REV] account: Revert my previous patch about the uniqueness of description,company_id for the tax
lp bug: https://launchpad.net/bugs/928424 fixed

bzr revid: stw@openerp.com-20120208092406-a1nlp4bqwhd2cxqh
2012-02-08 10:24:06 +01:00
Olivier Dony 754c5a68f8 [FIX] account: improve translations and use of _()
bzr revid: odo@openerp.com-20120208000332-4j6jqital8f0558k
2012-02-08 01:03:32 +01:00
Stephane Wirtel 433b98f832 [FIX] account: Modify the sql constraints for the tax object, use the description instead of the name
bzr revid: stw@openerp.com-20120206135658-5i35qm0dyyf4i6kl
2012-02-06 14:56:58 +01:00
Rucha (Open ERP) 534f64d798 [IMP]: account: [FOR TESTING ONLY] try to fix problem of opening move form view from web client
bzr revid: rpa@tinyerp.com-20120201114441-bmmn15cwr76bd6p7
2012-02-01 17:14:41 +05:30
Quentin (OpenERP) 4eb5a5824c [FIX] account: fix of level field computation at the generation from templates time
bzr revid: qdp-launchpad@openerp.com-20120130154701-o0j01ngsedcw0dwv
2012-01-30 16:47:01 +01:00
Raphael Collet 099ef8af95 [MERGE] lp:919682 (account: improve error message in account moves validation)
bzr revid: rco@openerp.com-20120127160431-7jwuxsy9dhpxljpp
2012-01-27 17:04:31 +01:00
Raphael Collet 4e39112275 [FIX] account: fix error message and misleading variable names
bzr revid: rco@openerp.com-20120127155647-z83937bh3z8kbfjb
2012-01-27 16:56:47 +01:00
Quentin (OpenERP) 4840e5cf87 [IMP] account, taxes report: added an option to print the detail (accounts) or not
bzr revid: qdp-launchpad@openerp.com-20120203162619-obs2ygr45jtpl3g0
2012-02-03 17:26:19 +01:00
Raphael Collet e33ce2e84a [MERGE] lp:923884 (account: fix generation of journal codes to avoid infinite loop)
bzr revid: rco@openerp.com-20120203084622-b3vctd1djh8itkjd
2012-02-03 09:46:22 +01:00
Divyesh Makwana (Open ERP) bf7c5f68f0 [IMP] account : Improved the code.
bzr revid: mdi@tinyerp.com-20120203062323-7snclf0vtc73dsai
2012-02-03 11:53:23 +05:30
Divyesh Makwana (Open ERP) f0dbcdcfe7 [IMP] account : Improved the code.
bzr revid: mdi@tinyerp.com-20120203060547-opr31t6snhhxk47c
2012-02-03 11:35:47 +05:30
Raphael Collet 96e0a5dc16 [MERGE] lp:922621 (account: do not compute foreign_balance for accounts with no secondary currency)
bzr revid: rco@openerp.com-20120202100305-jgo79fgwrpyl41kw
2012-02-02 11:03:05 +01:00
Divyesh Makwana (Open ERP) 858758af47 [FIX] account : COA Creation wizard hangs up
lp bug: https://launchpad.net/bugs/923884 fixed

bzr revid: mdi@tinyerp.com-20120202085255-jpuv9x6i33nnjp8f
2012-02-02 14:22:55 +05:30
Divyesh Makwana (Open ERP) 9b3994db6b [FIX] account : foreign_balance should not be computed for account with no secondary currency
lp bug: https://launchpad.net/bugs/922621 fixed

bzr revid: mdi@tinyerp.com-20120202061635-1f6ax1ce6vu6zbbw
2012-02-02 11:46:35 +05:30
Quentin (OpenERP) 9156efc499 [FIX] account: bug fixed in the generation of COA form templates + fixed default values in that wizard in order to have at least one journal of type 'bank' (hardly needed for bank statement encoding for example)
bzr revid: qdp-launchpad@openerp.com-20120124124021-1i6x1qb3pbx6fcgw
2012-01-24 13:40:21 +01:00
Ferdinand 8ad6567fb7 [FIX] account : Error message for chart check must be user freindly
lp bug: https://launchpad.net/bugs/919682 fixed

bzr revid: mdi@tinyerp.com-20120123091429-pf4d65obqjtcn9ny
2012-01-23 14:44:29 +05:30
Quentin (OpenERP) 5888531e5c [FIX] account: fixed the generation of tax from sale and purchase rates in wizard
bzr revid: qdp-launchpad@openerp.com-20120106111149-ztmuqg58980a0tu3
2012-01-06 12:11:49 +01:00
Quentin (OpenERP) 12494f165e [FIX] account: generation of chart of tax from templates was creating duplicated roots
bzr revid: qdp-launchpad@openerp.com-20120104093005-o9u8f02ocx54ow69
2012-01-04 10:30:05 +01:00
fp 8aff5209ea [IMP] improved error message, constraints must allways propose a solution
bzr revid: fp@fp-laptop-20111231075720-4kak7o320td4wxqc
2011-12-31 08:57:20 +01:00
Fabien Pinckaers 6a1d590d85 [FIX] analytic journal on journal
bzr revid: fp@tinyerp.com-20111230163043-96vwqvzje444xs2g
2011-12-30 17:30:43 +01:00
Fabien Pinckaers 60b9004486 [IMP] purchase tax rate depends on sale for generic chart of account
bzr revid: fp@tinyerp.com-20111230161827-c18kz0rwa52q59kf
2011-12-30 17:18:27 +01:00
Fabien Pinckaers 0aa8747a48 [FIX] select rate when installing generic chart
bzr revid: fp@tinyerp.com-20111230151600-vwsj877ip2btv5s7
2011-12-30 16:16:00 +01:00
Fabien Pinckaers c5855b961c [FIX] select rate when installing generic chart
bzr revid: fp@tinyerp.com-20111230151435-86qu330g74d6ibj1
2011-12-30 16:14:35 +01:00
Antony Lesuisse 74adf124cd move account_financial_report to it's own file, create separate action for PL BS.
bzr revid: al@openerp.com-20111230114410-73kvxxvl6vauj6tu
2011-12-30 12:44:10 +01:00
Fabien Pinckaers c04a3aed07 [FIX] small fixes and imp
bzr revid: fp@tinyerp.com-20111230111938-c4k5h0f22oo15vt9
2011-12-30 12:19:38 +01:00
Quentin (OpenERP) ba3139d972 [MERGE] lp:909014
bzr revid: qdp-launchpad@openerp.com-20111229171453-p8pg8dxkrf49lkzw
2011-12-29 18:14:53 +01:00
Quentin (OpenERP) 7ba7c43af4 [MERGE] merged fix on account journal code selection when generating from the wizard + fix on onchange_date in account_voucher module
bzr revid: qdp-launchpad@openerp.com-20111228134243-rxodujxrjp89wkvx
2011-12-28 14:42:43 +01:00
Rucha (Open ERP) 5740ac50bd [MERGE]: Merge with latest trunk addons
bzr revid: rpa@tinyerp.com-20111228130748-kss1ptv0z8l0lz57
2011-12-28 18:37:48 +05:30
Divyesh Makwana (Open ERP) 0f1a9ba110 [IMP] account : Improved the code
bzr revid: mdi@tinyerp.com-20111228124631-iy0eg7dnful3a71q
2011-12-28 18:16:31 +05:30
Divyesh Makwana (Open ERP) 33802ab48b [FIX] account : Not Create Account form Account Templates
lp bug: https://launchpad.net/bugs/909014 fixed

bzr revid: mdi@tinyerp.com-20111228094509-tsyuafffvk1rg8rq
2011-12-28 15:15:09 +05:30
Rucha (Open ERP) 82dd48691b [MERGE]: Merge with latest trunk-addons and resolved conflicts
bzr revid: rpa@tinyerp.com-20111226112605-zxbl07jkzjtpyktw
2011-12-26 16:56:05 +05:30
Raphael Collet ae0eddfcbb [FIX] account: fix malformed domain
bzr revid: rco@openerp.com-20111223083108-i8exaqx5ha7af5fh
2011-12-23 09:31:08 +01:00