Commit Graph

1168 Commits

Author SHA1 Message Date
Quentin (OpenERP) c46929268d [FIX] account* modules: added 'account_period_prefer_normal':True in context when trying to find the period related to a date.
This patch will be forward ported in trunk by changing the behaviour of account_period.find() in order to fetch the normal periods by default (account_period_prefer_normal will be True by default) because there are no business case i could think of where you'd like to get the opening period (except in the closure but it's held in a different way there). On the other hand, it's pretty easy to forget to put that key in the context and introduce a new bug that will select the opening period instead of the wanted one

bzr revid: qdp-launchpad@openerp.com-20130418102433-t52uj23trkpr8vnb
2013-04-18 12:24:33 +02:00
Vo Minh Thu 39c88d0922 [IMP] account: cash.box.in defines its _columns, do the same for cash.box.out.
This is needed to solve an inheritance problem when adding a superclass
`base.model` (I guess this is related to the fact some code in the orm
does a copy from the class to the instance).

bzr revid: vmt@openerp.com-20130416132621-xo0lckimczqpvyos
2013-04-16 15:26:21 +02:00
Dharti Ratani (Open ERP) 49e50a3cc4 [FIX]Set the filter properly in partner ledger as it was stretched wide
bzr revid: dhr@tinyerp.com-20130416071934-n68fffm5kd9kbj8h
2013-04-16 12:49:34 +05:30
Vo Minh Thu e69326ee3b [REF] removed explicit model instanciations.
bzr revid: vmt@openerp.com-20130415102349-vgcrfok2k5y10cwz
2013-04-15 12:23:49 +02:00
Raphael Collet 894eeef8e0 [MERGE] from trunk
bzr revid: rco@openerp.com-20130411073708-gaxl2332umtedmg6
2013-04-11 09:37:08 +02:00
Quentin (OpenERP) 3bb51ac696 [MERGE] forward port of bugfixes made in 7.0, up to revision 8969.
bzr revid: qdp-launchpad@openerp.com-20130404095257-oek77sijuxjyi0aj
2013-04-04 11:52:57 +02:00
Raphael Collet 96ad608854 [IMP] general: use registry[X] instead registry.get(X) when X is dynamic
bzr revid: rco@openerp.com-20130329143720-80pkd4csemlk1aqz
2013-03-29 15:37:20 +01:00
Vo Minh Thu 5639a52431 [MERGE] use new report API.
bzr revid: vmt@openerp.com-20130328121009-r3n63gmhfkv0dnby
2013-03-28 13:10:09 +01:00
Vo Minh Thu 245f0fe9f8 [REF] account: removed openerp.pooler imports.
bzr revid: vmt@openerp.com-20130327134337-rpktoa5gj31iof5c
2013-03-27 14:43:37 +01:00
Quentin (OpenERP) ec6cbc8f4a [FIX] account: fixed missing context passing in account_invoice_refund wizard
bzr revid: qdp-launchpad@openerp.com-20130327105405-x2gmid38lhfnk40q
2013-03-27 11:54:05 +01:00
Vo Minh Thu 9b0ced610f [MERGE] merged trunk.
bzr revid: vmt@openerp.com-20130322134958-jhe6m0222jq7wo41
2013-03-22 14:49:58 +01:00
Somesh Khare (OpenERP) c9aeb30ac2 [FIX]Balance_sheet: Balance sheet report did not consider the target move(Case: ref 587456)
bzr revid: skh@tinyerp.com-20130307065122-w4qfuzyyd0r5i6hz
2013-03-07 12:21:22 +05:30
Vo Minh Thu 9bb5ee90e4 [IMP] removed unused netsvc imports.
bzr revid: vmt@openerp.com-20130222161029-zecwro75yra2vz0d
2013-02-22 17:10:29 +01:00
Thibault Delavallée e0372e8c6d [FWD] [MERGE] Forward port of addons-v7 until rev. 8736.
bzr revid: tde@openerp.com-20130221105247-ezl63lpl4vdjxtys
2013-02-21 11:52:47 +01:00
Amit Dodiya fe8ccdf314 [FIX] [FIX] account: make the string translatable
bzr revid: ado@tinyerp.com-20130218122406-97nnt3py85i35s9u
2013-02-18 17:54:06 +05:30
Xavier ALT 5cdb8efab6 [MERGE] BUG 1096061: account: fix traceback on refund type 'modify'
Add docstring to account.invoice _refund_cleanup_lines() to make
  explicit that a want ``lines`` as list of browse_record.

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

bzr revid: xal@openerp.com-20130215092727-mkff1tfjmi0qv72k
2013-02-15 10:27:27 +01:00
Pinakin Nayi (OpenERP) 314ffef1be [FIX]account:in cash register if we put or take money its generate traceback
bzr revid: pna@tinyerp.com-20130215051334-rv7jppnn4q3fzkal
2013-02-15 10:43:34 +05:30
Raphael Collet 5f855a1ddb [MERGE] from trunk
bzr revid: rco@openerp.com-20130213083519-3nbg40h5em0gfeu3
2013-02-13 09:35:19 +01:00
Alexis de Lattre 1ceeaace69 [FIX] I should wake up !
bzr revid: alexis@via.ecp.fr-20130207142627-q2ryc48w64gm9qwi
2013-02-07 15:26:27 +01:00
Alexis de Lattre 253042ce87 Rename fields '_id' to '_ids', to reflect the change from many2one to many2many
Adapt the YAML test (but it still fails, I don't know why)

bzr revid: alexis@via.ecp.fr-20130207094845-fhawd5jw1409p7pc
2013-02-07 10:48:45 +01:00
Alexis de Lattre 2c9ecb911f Adapt error message accordingly.
Fix a typo in an error message.

bzr revid: alexis@via.ecp.fr-20130207081954-a1ahr7wr03rea3qv
2013-02-07 09:19:54 +01:00
Alexis de Lattre 58f8d09bbc In the wizard "Post Journal Entries", we can now select multiple journals and multiple periods.
bzr revid: alexis@via.ecp.fr-20130206223010-f1cr0qdodbp3xpp4
2013-02-06 23:30:10 +01:00
Tejas Tank 75ffe3c712 [IMP] account: use the new signal_xxx methods instead of trg_validate and also update code with create_workflow and delete_workflow feature.
bzr revid: tta@openerp.com-20130201071833-x48y4zloat1diqa5
2013-02-01 12:48:33 +05:30
Tejas Tank b5a9ccbe11 [IMP] account: use the new signal_xxx methods instead of trg_validate and also update code with create_workflow and delete_workflow feature.
bzr revid: tta@openerp.com-20130201064740-wxigbf179uf6dnnt
2013-02-01 12:17:40 +05:30
Quentin (OpenERP) 93884a8a11 [FIX] account: added the ir.values to add the partner_ledger report as report on the res.partner object + fixed that part of the code
bzr revid: qdp-launchpad@openerp.com-20130123113253-0gs8idcha0qbem9s
2013-01-23 12:32:53 +01:00
Nimesh Contractor (OpenERP) a724a10691 [FIX] traceback of Refund customer invoice having type = modify
bzr revid: nco@tinyerp.com-20130108092028-k9vh7600hpfmdqbk
2013-01-08 14:50:28 +05:30
Quentin (OpenERP) d2a863998e [FIX] account: for a given wizard supposed to cancel the opening entries, if to cancel the opening entries of 2012 the user must select the fiscalyear 2011, then the wizard should state 'cancel the closing entries'
bzr revid: qdp-launchpad@openerp.com-20130107140615-x6maqqy1r3t6ozn5
2013-01-07 15:06:15 +01:00
Olivier Dony 7b2460e4e1 [MERGE] account: fix default selection of fiscal year in common report wizard, courtesy of Guewen Baconnier (Camptocamp)
bzr revid: odo@openerp.com-20121219233133-pjrw5r0j1indo9jh
2012-12-20 00:31:33 +01:00
Olivier Dony 72387cef3b [MERGE] account: cleanup refund creation + ease inheritance, courtesy of Benoit Guillot, Akretion
bzr revid: odo@openerp.com-20121218184210-kscqaid9vj0fman4
2012-12-18 19:42:10 +01:00
Olivier Dony fc0c2942ba [MERGE] Another batch of bugfixes from 6.1
bzr revid: odo@openerp.com-20121218175547-7c1uxq4ypbi314gx
2012-12-18 18:55:47 +01:00
Olivier Dony 2eb26fb107 [MERGE] account: cleanup refund creation + ease inheritance, courtesy of Benoit Guillot, Akretion
bzr revid: odo@openerp.com-20121218174225-vheaos3zxh2q578l
2012-12-18 18:42:25 +01:00
Olivier Dony 84d7987f33 [MERGE] Bugfixes from 6.1 until revision 6900
rev.6900 = xal@openerp.com-20120720134532-t07xr3lp8ouhn2dv

bzr revid: odo@openerp.com-20121218021123-9ligpn7bkr9zo4n7
2012-12-18 03:11:23 +01:00
Cecile Tonglet a3939acfa5 [FIX] replace from/import decimal_precision by from/import openerp.addons.decimal_precision
bzr revid: cto@openerp.com-20121217152303-8e3b1x30rlw9cb0d
2012-12-17 16:23:03 +01:00
e7a3b2638b [FIX] select the current fiscal year in the financial reports wizards
lp bug: https://launchpad.net/bugs/1091171 fixed

bzr revid: guewen.baconnier@camptocamp.com-20121217105552-s82nf3t5ttlrvkr0
2012-12-17 11:55:52 +01:00
Vo Minh Thu 6072fd11af [MERGE] merged trunk.
bzr revid: vmt@openerp.com-20121210111654-0pm3pupnqqeip52n
2012-12-10 12:16:54 +01:00
Fabien Pinckaers dbe6afcb65 [MERGE] stock improvement in views + misc typo
bzr revid: fp@tinyerp.com-20121208162031-l29o82hcd3bw1fb5
2012-12-08 17:20:31 +01:00
Quentin (OpenERP) 87644c5c3d [FIX] account: traceback when opening the report 'general ledger' on a given list of account.account + fixed the fields_view_get
bzr revid: qdp-launchpad@openerp.com-20121207144317-vgm0gjf0y4iliv78
2012-12-07 15:43:17 +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
dle@openerp.com 8acb5e3d4a [DEL]Journal items wizard
bzr revid: dle@openerp.com-20121129164442-i50abrcy2ejvavee
2012-11-29 17:44:42 +01:00
Quentin (OpenERP) 928f7ecfe9 [MERGE] trunk
bzr revid: qdp-launchpad@openerp.com-20121127134541-t16ham0o3k4xx0f8
2012-11-27 14:45:41 +01:00
Khushboo Bhatt (Open ERP) 4e033eeeef [MERGE]merge with trunk
bzr revid: kbh@tinyerp.com-20121127051100-09roh4c8kig67om3
2012-11-27 10:41:00 +05:30
Fabien Pinckaers b9535b0f27 [IMP] Misc useability improvement in account
[MERGE] warehouse misc imp, receptions
[IMP] fixes in po

bzr revid: fp@tinyerp.com-20121126182811-kgqve7pzzqddx86g
2012-11-26 19:28:11 +01:00
Khushboo Bhatt (Open ERP) 13827620c5 [MERGE]merge with trunk
bzr revid: kbh@tinyerp.com-20121126073140-28lwipmqhltl1kkk
2012-11-26 13:01:40 +05:30
Fabien Pinckaers 1d4d57081a [IMP] account fixes
bzr revid: fp@tinyerp.com-20121126072759-sbj227qlr8wqykrx
2012-11-26 08:27:59 +01:00
Khushboo Bhatt (Open ERP) dfcf4dde40 [IMP]account:string chaged from credit note to refund
bzr revid: kbh@tinyerp.com-20121123110052-wc8h8runo2z6nowm
2012-11-23 16:30:52 +05:30
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
Quentin (OpenERP) df1569f9f1 [MERGE] trunk
bzr revid: qdp-launchpad@openerp.com-20121122140800-1z8t57k0c2leaaqx
2012-11-22 15:08:00 +01:00
Tejas Tank a22d28baef Apply all changes of task: first 10clicks accounting.
bzr revid: tta@openerp.com-20121120072236-98j1ntdb01aymw1a
2012-11-20 12:52:36 +05:30
Fabien Pinckaers 5f0e2c8528 [MERGE] improved account wizard report
bzr revid: fp@tinyerp.com-20121114123655-kjf42on4ak0so1cl
2012-11-14 13:36:55 +01:00
Fabien Pinckaers 5790d33c81 [MERGE] improved wording in cancelling entries
bzr revid: fp@tinyerp.com-20121114123541-82qo0g31y11lrl6w
2012-11-14 13:35:41 +01:00
Olivier Dony c74e620701 [FIX] account: incorrect usage of browse_record in fix for accounting reports merged by fp in revision 8001
The browse_record was being passed instead of its ID in the
search domain. Also cleaned up the useless `for` loop.

bzr revid: odo@openerp.com-20121112164733-n2uafcrfgux1awl8
2012-11-12 17:47:33 +01:00
Fabien Pinckaers ddf141d005 [MERGE] fix fiscalyear selection
bzr revid: fp@tinyerp.com-20121112091702-1nhsc56nipoquko3
2012-11-12 10:17:02 +01:00
Fabien Pinckaers 0cd2294f75 [MERGE] fiscalyear small bugfix
bzr revid: fp@tinyerp.com-20121112084817-x3gr534gfwtbuh6v
2012-11-12 09:48:17 +01:00
Chris Forbes 8f357dbcc8 [FIX]account:fixed the issue Aged Partner Balance Report chooses FY for wrong company
lp bug: https://launchpad.net/bugs/1018591 fixed

bzr revid: ssu@tinyerp.com-20121109124309-zxritll4gzbr7jv8
2012-11-09 18:13:09 +05:30
Foram Katharotiya (OpenERP) c218cdbf51 [IMP] remove menu Periodical Processing/Recurring Entries/Manual Recurring
bzr revid: fka@tinyerp.com-20121107063407-62cijw8g4ordrp4b
2012-11-07 12:04:07 +05:30
Foram Katharotiya (OpenERP) 2bf1f7cbf6 [IMP] remove menu Bank & Cash/Journal Items
bzr revid: fka@tinyerp.com-20121107062227-z2jhpbtmo4uyl139
2012-11-07 11:52:27 +05:30
Foram Katharotiya (OpenERP) 527b02bc1a [IMP] remove menu Supplier/Journal Items
bzr revid: fka@tinyerp.com-20121107055500-3k49sa0i116naklp
2012-11-07 11:25:00 +05:30
Foram Katharotiya (OpenERP) 3e4fd766c6 [IMP] remove menu Customers / Journal Items
bzr revid: fka@tinyerp.com-20121107054433-gyd4q4fqncmm70pl
2012-11-07 11:14:33 +05:30
Divyesh Makwana (Open ERP) ff24a250f8 [IMP] Improved the Cancel Opening Entries Wizard.
bzr revid: mdi@tinyerp.com-20121106130131-f462qb5s6pfduv6p
2012-11-06 18:31:31 +05:30
Ajay Chauhan (OpenERP) 0ede04eb0c [IMP] account: hide journal tab from trial balance wizard
bzr revid: cha@tinyerp.com-20121106104023-sxjez34gdctem7vt
2012-11-06 16:10:23 +05:30
Ajay Chauhan (OpenERP) 3e2017b8c0 [IMP] account: did proper formating for comparison tab on wizard
bzr revid: cha@tinyerp.com-20121106090618-4fnxr5ld15x5mtxx
2012-11-06 14:36:18 +05:30
Mayur Maheshwari (OpenERP) 651f8f8994 [FIX]account : Generate Opening Entries wizard should not generate credit and debit entries with amount 0.0 at the time of balance transfer before closing the year
bzr revid: mma@tinyerp.com-20121101095754-rczv2nvmk0mdqsdb
2012-11-01 15:27:54 +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
Fabien Pinckaers 5e31fdf8a2 [IMP] wizard messages
bzr revid: fp@tinyerp.com-20121008073209-53rvs8dp5o3vxmb8
2012-10-08 09:32:09 +02:00
Antonin Bourguignon 1653332080 [MERGE] trunk
bzr revid: abo@openerp.com-20121002102915-424prxd74izb1szw
2012-10-02 12:29:15 +02:00
Fabien Pinckaers 672c2c0d05 [IMP] Credit Note useability
bzr revid: fp@openerp.com-20120930170256-csm6kpjhfr2jg2nt
2012-09-30 19:02:56 +02:00
Fabien Pinckaers 73d0fb8d1c [MERGE]
lp bug: https://launchpad.net/bugs/944017 fixed

bzr revid: fp@tinyerp.com-20120929091416-rjxhp7n6squ7qelo
2012-09-29 11:14:16 +02:00
niv-openerp 68499fbb8b merge trunk
bzr revid: nicolas.vanhoren@openerp.com-20120921133748-7rfw8h8x38z2wjdp
2012-09-21 15:37:48 +02:00
Khushboo Bhatt (Open ERP) 7ed74bec49 [FIX]account:create journal items
bzr revid: kbh@tinyerp.com-20120918132727-7ffkz0q737r5yzmq
2012-09-18 18:57:27 +05:30
Quentin (OpenERP) 8f134d5c85 [IMP/FIX] account, manual reconciliation process
*replaced function get_next_partner() by list_partners_to_reconcile(), which is optmized, more explicit and returns now the result of name_get() (for convenience)
	*removed useless stuff about 'stop_reconcile' in context (replaced by the function has_something_to_reconcile())
	*changed semantic of last_reconciliation_date field. It's now intented to be filled only when the given partner does not have anything remaining to reconcile)

bzr revid: qdp-launchpad@openerp.com-20120918124640-eerh0ait8vt7n7ta
2012-09-18 14:46:40 +02:00
niv-openerp cd12a0faf5 removed lot of stuff
bzr revid: nicolas.vanhoren@openerp.com-20120917151031-h3gofzqv23k6g0t7
2012-09-17 17:10:31 +02:00
niv-openerp 57ffffbdba merge trunk
bzr revid: nicolas.vanhoren@openerp.com-20120917144607-x6isco6j9a4vt3ah
2012-09-17 16:46:07 +02:00
Antonin Bourguignon 46f7aa283b [IMP] code cleaning
bzr revid: abo@openerp.com-20120917094112-uahrew8q0jz6aqo3
2012-09-17 11:41:12 +02:00
Antonin Bourguignon fe4f1271dc [MERGE] latest trunk
bzr revid: abo@openerp.com-20120917092035-6kb78u9sr9ifah07
2012-09-17 11:20:35 +02:00
Harry (OpenERP) 7e5c71572c [MERGE]
bzr revid: hmo@tinyerp.com-20120910110328-7261a1drxdqk0orv
2012-09-10 16:33:28 +05:30
Stephane Wirtel 28b6979371 [FIX] account: Add an ondelete=cascade on the payment term line
[FIX] crm_claim: Fix a bug with the precedence of a menuitem
[FIX] hr_timesheet_sheet: Fix the ids of name_get

bzr revid: stw@openerp.com-20120906125407-8lbgehsf0yvy35vw
2012-09-06 14:54:07 +02:00
Stephane Wirtel 97de9d6d3f [FIX] point_of_sale: Set the right account for the internal account.
[REF] point_of_sale: Review the code for the Take Money Out and Push Money In.
[FIX] point_of_sale: Can post a session with an order in the invoiced state.

bzr revid: stw@openerp.com-20120905150538-v9ex7wehyebft7tu
2012-09-05 17:05:38 +02:00
Benoit Guillot 8f1a02e331 [IMP] add method to prepair refund and add context in the method def refund
bzr revid: benoit.guillot@akretion.com.br-20120829083933-vfi198opk85dj91m
2012-08-29 10:39:33 +02:00
RGA(OpenERP) 03dd0da485 Remove print
bzr revid: rgaopenerp-20120827064531-hxwor2pr6nn5f53r
2012-08-27 12:15:31 +05:30
RGA(OpenERP) b4a38f16ac [FIX] last_reconciliation_date should write on reconcilation and change according to get correct partner based on last reconciliation date
bzr revid: rgaopenerp-20120822125616-bxkrh4le71yg2dod
2012-08-22 18:26:16 +05:30
RGA(OpenERP) c9c4fd2e0f Merge with trunk
bzr revid: rgaopenerp-20120821085111-e2ssi21yfq1hdu7w
2012-08-21 14:21:11 +05:30
Ajay Chauhan (OpenERP) 3b02c8a6cb [MERGE] Merge with main addons
bzr revid: cha@tinyerp.com-20120820111000-f4zjx3a7svj1vcab
2012-08-20 16:40:00 +05:30
Ajay Chauhan (OpenERP) 20981ac1a3 [IMP] account: make little change in onchange method.
bzr revid: cha@tinyerp.com-20120820105942-zkyrqrebn3s3j9nc
2012-08-20 16:29:42 +05:30
Vo Minh Thu 9822629548 [MERGE] merged trunk.
bzr revid: vmt@openerp.com-20120813160657-ilujdek8ys4fzhp9
2012-08-13 18:06:57 +02:00
Harry (OpenERP) b965b2cba2 [MERGE]
bzr revid: hmo@tinyerp.com-20120813064510-zrzqw8657t2k6y26
2012-08-13 12:15:10 +05:30
Fabien Pinckaers c17b2443e7 [IMP] improved UI for PoS - mainly forms version=7.0
bzr revid: fp@openerp.com-20120811133406-jvso3qhmozmgnj3j
2012-08-11 15:34:06 +02:00
RGA(OpenERP) d5b3532da0 Merge with trunk
bzr revid: rgaopenerp-20120809110842-8pauddgqtqgabnqi
2012-08-09 16:38:42 +05:30
Twinkle Christian (OpenERP) 44eb35dfa2 [IMP]Remove type field from the whole account
bzr revid: tch@tinyerp.com-20120808105907-08cd8y1n0grgxxid
2012-08-08 16:29:07 +05:30
RGA(OpenERP) 512f5a1bc5 [REM] remove button widget
bzr revid: rgaopenerp-20120807133427-kskuv8gtf72fdlwe
2012-08-07 19:04:27 +05:30
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 8a64e7580a [IMP] all the error messages now start with 'Error\!' (not 'Error' or 'Error \!')
bzr revid: abo@openerp.com-20120807113137-44vehm0mthqawlo3
2012-08-07 13:31:37 +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 fe5956057a [FIX] spelling: 'insufficient data' instead of 'data insufficient'
bzr revid: abo@openerp.com-20120807102326-sro2nxr4zn95zhs1
2012-08-07 12:23:26 +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
pso (OpenERP) 389f8d6803 [MERGE] Merge with main branch
bzr revid: pso@tinyerp.com-20120806094234-1b145yrjixy5yrsg
2012-08-06 15:12:34 +05:30
RGA(OpenERP) f067d88dd1 Merge with trunk
bzr revid: rgaopenerp-20120806052331-dr91152trfyhkku3
2012-08-06 10:53:31 +05:30
Fabien Pinckaers 4e69bdd6fc [IMP] improved menu tips - 10 firsts clicks
bzr revid: fp@openerp.com-20120804132136-2b18cfkwv0njsglj
2012-08-04 15:21:36 +02:00
pso (OpenERP) bc68e4079c [IMP] Improved warning messages
bzr revid: pso@tinyerp.com-20120727065557-vvhog448zrrfuibd
2012-07-27 12:25:57 +05:30
pso (OpenERP) e5da0e191b [MERGE] Merged with main branch
bzr revid: pso@tinyerp.com-20120725125332-7qe6b3l0fjryast2
2012-07-25 18:23:32 +05:30
RGA(OpenERP) 41f18dc264 Merge with trunk
bzr revid: rgaopenerp-20120725113844-mcz488pe9niuxa45
2012-07-25 17:08:44 +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
RGA(OpenERP) 60e4b52a28 Merge with trunk
bzr revid: rgaopenerp-20120724053506-6u2eyg51ootpkro7
2012-07-24 11:05:06 +05:30
Purnendu Singh (OpenERP) e284d3b4dc [IMP, MERGE] merge rpa branch with few misc changes
bzr revid: psi@tinyerp.com-20120720073038-i5gv23jwkj3555wh
2012-07-20 13:00:38 +05:30
RGA(OpenERP) 5a4e4db518 [IMP] set default selected record when list view load
bzr revid: rgaopenerp-20120720062213-h78ahslrl7u2zoqr
2012-07-20 11:52:13 +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
Amit Bhavsar (Open ERP) dd55d30961 [FIX] account : Improve the code
lp bug: https://launchpad.net/bugs/1026434 fixed

bzr revid: amb@tinyerp.com-20120720060506-clb6z56xa5tqzyy3
2012-07-20 11:35:06 +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
Amit Bhavsar (Open ERP) ee941671d2 [FIX] account : Improve the code.
lp bug: https://launchpad.net/bugs/1026434 fixed

bzr revid: amb@tinyerp.com-20120719084542-la8jx5qxiefwoojr
2012-07-19 14:15:42 +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
Quentin (OpenERP) 13f368707d [IMP] accounting: usability, review of form views
bzr revid: qdp-launchpad@openerp.com-20120718142810-guj4aekt9v02jgfw
2012-07-18 16:28:10 +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
Quentin (OpenERP) 803220f3b7 [IMP] account: usability, review of form views
bzr revid: qdp-launchpad@openerp.com-20120718102109-prtl3sb28xehgnlh
2012-07-18 12:21:09 +02:00
Quentin (OpenERP) 87d0d213ea [FIX] account: bad parameters during string formatting\!\!\!
bzr revid: qdp-launchpad@openerp.com-20120718101626-4h0z8qyq8mx1jg5h
2012-07-18 12:16:26 +02:00
Atul Patel (OpenERP) e284d902ef [MERGE]: Merged with lp:openobject-addons
bzr revid: atp@tinyerp.com-20120718064921-wob12umyjhi63v63
2012-07-18 12:19: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
RGA(OpenERP) c574671aa2 Merge with trunk
bzr revid: rgaopenerp-20120717052359-fhiv2am6anyjc70z
2012-07-17 10:53:59 +05:30
Fabien Pinckaers 524f245735 [IMP] wizard layout
bzr revid: fp@openerp.com-20120716223120-295kskvs8i2jwc3g
2012-07-17 00:31:20 +02:00
Atul Patel (OpenERP) cb13892b69 [FIX]: Fix some view regarding space problem.
bzr revid: atp@tinyerp.com-20120716132910-8fsw4ncbw0jov4rc
2012-07-16 18:59:10 +05:30
Atul Patel (OpenERP) ddbb0b06e9 [MERGE]: Merge with account-view-imp
bzr revid: atp@tinyerp.com-20120716112849-xqtvh4n5636snomt
2012-07-16 16:58:49 +05:30
Atul Patel (OpenERP) a74fbb4de7 [REM]: Remove tips and separator from report popup wizard
bzr revid: atp@tinyerp.com-20120716063121-tq9f8b4ntmncxxgc
2012-07-16 12:01:21 +05:30
Atul Patel (OpenERP) e7fe5125d1 [FIX]: Add four tab and remove Accounting Name.
bzr revid: atp@tinyerp.com-20120714181525-mrvr9clpzoze09sl
2012-07-14 23:45:25 +05:30
Atul Patel (OpenERP) f87270bb68 [MERGE]: merged lp:~openerp-commiter/openobject-addons/trunk-accounting-view-imp-atp-periodical-processing-viw-imp-pja
bzr revid: atp@tinyerp.com-20120713133119-2djeowjcyitllckj
2012-07-13 19:01:19 +05:30
Jalpesh Patel (OpenERP) ebcc25e7f6 [IMP]account:periodical-processing-view-improve
bzr revid: pja@tinyerp.com-20120713121658-ogp9wk3osmyxasvy
2012-07-13 17:46:58 +05:30
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
Harry (OpenERP) 1744fe2ffb [MERGE] upstream
bzr revid: hmo@tinyerp.com-20120713060815-n2gtoumchg1lupsb
2012-07-13 11:38:15 +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
Hardik 1b6ab86696 [IMP]Account : Changes in Warning Message account_invoice, account_move_journal
bzr revid: hsa@tinyerp.com-20120711132844-zz5rzyf7wxhc12l9
2012-07-11 18:58:44 +05:30
Hardik 3fadbdcfc0 [IMP]Account : Changes in Warning Message
bzr revid: hsa@tinyerp.com-20120711084821-4reozitt3vgo9u31
2012-07-11 14:18:21 +05:30
Fabien Pinckaers 64a9321d56 [IMP] footer on forms
bzr revid: fp@tinyerp.com-20120710164011-unqi1okf2uu8yhts
2012-07-10 18:40:11 +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
Atul Patel (OpenERP) e4eaabcb54 [MERGE]: Merged lp:~openerp-commiter/openobject-addons/trunk-accounting-view-imp-atp-Accounting-Report-Wizard-shp
bzr revid: atp@tinyerp.com-20120709133815-i5c9h02vkwvju5ag
2012-07-09 19:08:15 +05:30
Atul Patel (OpenERP) 505ec533ab [MERGE]: Merged lp:~openerp-commiter/openobject-addons/trunk-accounting-view-imp-atp-customer-invoice-view-imp-pja
bzr revid: atp@tinyerp.com-20120709113614-j5ykwfakucivckvk
2012-07-09 17:06:14 +05:30
pankita shah (Open ERP) 86a0371d00 [IMP] improve Accounting reports wizards and Supplier invoice/refund.
bzr revid: shp@tinyerp.com-20120709103049-jqoz1opqtsiq3uiy
2012-07-09 16:00:49 +05:30
Jalpesh Patel (OpenERP) 6206d0df14 [IMP]customer-invoice-view
bzr revid: pja@tinyerp.com-20120709081227-t5bplfrzwv57pdmu
2012-07-09 13:42:27 +05:30
Ajay Chauhan (OpenERP) 41c90e8755 [FIX] account: add else condition in onchange_chart_id
lp bug: https://launchpad.net/bugs/1021152 fixed

bzr revid: cha@tinyerp.com-20120705130455-iy00wseff3lroj25
2012-07-05 18:34:55 +05:30
Atul Patel (OpenERP) 945ad60cfc [MERGE]: Merged with lp:openobject-addons
bzr revid: atp@tinyerp.com-20120702112435-n325xog7nfa3z4se
2012-07-02 16:54:35 +05:30
RGA(OpenERP) e17004f38a merge with trunk
bzr revid: rgaopenerp-20120702064214-1pj391wgn5i18waq
2012-07-02 12:12:14 +05:30
Quentin (OpenERP) 6fe94bd4bc [MERGE] merged with maint runk
bzr revid: qdp-launchpad@openerp.com-20120629123618-z1bv3dqdfqy23hno
2012-06-29 14:36:18 +02:00
Raphael Collet 7416e2443f [IMP] small form view improvements
bzr revid: rco@openerp.com-20120629093256-np0ver7xyzam2qzm
2012-06-29 11:32:56 +02:00
Raphael Collet 5133bee1d5 [FIX] in form views, replace class 'oe_highlight_on_dirty' by 'oe_highlight'
bzr revid: rco@openerp.com-20120629083024-rqhtbf9melkygg0m
2012-06-29 10:30:24 +02:00
Raphael Collet 7597e4054d [IMP] account_*: clean up views
bzr revid: rco@openerp.com-20120628150519-dtwgq8zcdlvj0b55
2012-06-28 17:05:19 +02:00
Nimesh (Open ERP) d1188ef84d [IMP] add cancel button in wizards.
bzr revid: nco@tinyerp.com-20120628094010-z4dlxcnt5tlt1cwq
2012-06-28 15:10:10 +05:30
Sanjay Gohel (Open ERP) 1702b2335d [IMP]remove tabs and add spaces instead of them
bzr revid: sgo@tinyerp.com-20120628064005-zuerrpazumf5lf1q
2012-06-28 12:10:05 +05:30
Jigar Amin - OpenERP 654c4de2bf [MERGE] lp:~openerp-dev/openobject-addons/trunk-red-button-add-cancel-tch
bzr revid: jam@tinyerp.com-20120627135518-7q0ndlpfqukir2ar
2012-06-27 19:25:18 +05:30
Atul Patel (OpenERP) c462e155f7 [MERGE]:Merged lp:~openerp-dev/openobject-addons/trunk-accounting-view-imp-atp-chart-of-accounts-bde
bzr revid: atp@tinyerp.com-20120627133524-9kui4o34daeilj12
2012-06-27 19:05:24 +05:30
Twinkle (OpenERP) a3b95ebe1f [IMP]Added cancel button and apply css class flow
bzr revid: tch@tinyerp.com-20120627132806-lv8otyheoizq9of9
2012-06-27 18:58:06 +05:30
Atul Patel (OpenERP) 0e5cc9bb6b [MERGE]: Merged with lp:openobject-addons
bzr revid: atp@tinyerp.com-20120627132159-6divbj4o6noqzwlh
2012-06-27 18:51:59 +05:30