Commit Graph

8655 Commits

Author SHA1 Message Date
Launchpad Translations on behalf of openerp 3a296f5386 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130608070127-tu3wr0ejaojeuizk
bzr revid: launchpad_translations_on_behalf_of_openerp-20130609061554-vunz3dsqv73j8io4
bzr revid: launchpad_translations_on_behalf_of_openerp-20130608074839-suk66wcjidodrzyu
bzr revid: launchpad_translations_on_behalf_of_openerp-20130609061704-e1t9mv2alygf4g38
bzr revid: launchpad_translations_on_behalf_of_openerp-20130608075116-643xgspj93t8g1y9
bzr revid: launchpad_translations_on_behalf_of_openerp-20130609061708-y08i6exqm5v36qg7
2013-06-09 06:17:08 +00:00
Olivier Dony b4976938d2 [MERGE] [I18N] Many translation bugfixes + resync of translation templates with latest source
lp bug: https://launchpad.net/bugs/1165321 fixed

bzr revid: odo@openerp.com-20130607194733-27oiskc6q4fnp476
2013-06-07 21:47:33 +02:00
Olivier Dony 8c33eb76e1 [I18N] Synchronize translation templates with latest source code
bzr revid: odo@openerp.com-20130607194309-eysyrkxpr0dukm07
2013-06-07 21:43:09 +02:00
Olivier Dony 40c193d193 [MERGE] OPW 590663: account: make error message after changing invoice company translatable
This includes an horrible hack to use a temporary
context inside the onchange() method because it
is not part of the method signature, and we cannot
add it in a stable series.

TODO: fix this hack in trunk!

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

bzr revid: odo@openerp.com-20130607175949-rdboc81lsr7viqa3
2013-06-07 19:59:49 +02:00
Christophe Matthieu 9d9e3d2ef8 [IMP] Improve typos in warning (Grammar mistake, Capitalize title, Typos)
bzr revid: chm@openerp.com-20130607113829-1mi6jk18c2v3jjhn
2013-06-07 13:38:29 +02:00
Olivier Dony 053709acbc [MERGE] OPW 586661: account: make Invoice/Refund breadcrumbs translatable
lp bug: https://launchpad.net/bugs/1165321 fixed

bzr revid: odo@openerp.com-20130606163259-1mp6f44nhrbql6nv
2013-06-06 18:32:59 +02:00
Olivier Dony ffbd3e9b6c [MERGE] OPW 586535: account: properly translate the default name for opening entries
lp bug: https://launchpad.net/bugs/1165321 fixed

bzr revid: odo@openerp.com-20130606151057-u3stejvky57jfmxr
2013-06-06 17:10:57 +02:00
Martin Trigaux 3e22501636 [FIX] account: correct journal report with tax_code
bzr revid: mat@openerp.com-20130606142909-y56q6dnaz75v7v7b
2013-06-06 16:29:09 +02:00
Martin Trigaux 3136aae3f5 [FIX] account: don't display non-commercial partners for bank statement
bzr revid: mat@openerp.com-20130605074957-tpd3jol51ww7j86i
2013-06-05 09:49:57 +02:00
Quentin (OpenERP) 5b83d03ac1 [FIX] account, usability: restrict the choice of the account to the ones with type 'other' for income and expense account of product and invoice line
bzr revid: qdp-launchpad@openerp.com-20130531121945-fjb9y6rj3k9qd4m9
2013-05-31 14:19:45 +02:00
Pinakin Nayi (OpenERP) de5b79545e [FIX]account : account invoice balance is double the total
bzr revid: pna@tinyerp.com-20130531062946-i0rhy98n8bjk9nh4
2013-05-31 11:59:46 +05:30
Martin Trigaux 17a618eb89 [MERGE] [FIX] context is not propagated through account_period.name_search to account_period.search, courtesy of Guewen Baconnier (Camptocamp)
lp bug: https://launchpad.net/bugs/1177348 fixed

bzr revid: mat@openerp.com-20130528152327-zq382uvqn9h3ja83
2013-05-28 17:23:27 +02:00
Martin Trigaux 56a3b528f5 [MERGE] [FIX]account:in cash register if we put or take money its generate traceback
bzr revid: mat@openerp.com-20130528133435-v4b99yxh3hi523he
2013-05-28 15:34:35 +02:00
Martin Trigaux 0ed5316c29 [MERGE] [FIX] account: Grouping on field 'template_id' is not possible because that field does not appear in the list view
bzr revid: mat@openerp.com-20130528122036-e08b5j358u5u6r4j
2013-05-28 14:20:36 +02:00
Martin Trigaux 1908d590be [IMP] sort stock picking by id, no percent label for tax amount
bzr revid: mat@openerp.com-20130528115811-klv4spx00srr4vqb
2013-05-28 13:58:11 +02:00
Quentin (OpenERP) 96d540af06 [FIX] account: removed fontName from invoice report in order to allow a default style definition in company (to allow chinese characters for example, with Sun-ExtA font)
bzr revid: qdp-launchpad@openerp.com-20130527163046-rkkqou1bddqup9b3
2013-05-27 18:30:46 +02:00
Launchpad Translations on behalf of openerp bafef8f1dc Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130528063641-1jm7f93xez43sp56
2013-05-28 06:36:41 +00:00
Martin Trigaux a1bbb140b3 [IMP] account: use digits precision of account +3 for account.tax and templates
bzr revid: mat@openerp.com-20130527085957-xq6zwmc3lhn6yy83
2013-05-27 10:59:57 +02:00
Quentin (OpenERP) d9c00b129b [FIX] account: divide the residual amount of invoices proportionally to the number of invoices partially reconciled together if needed + if necessary, do a conversion at the right currency rate
bzr revid: qdp-launchpad@openerp.com-20130523122855-n0o1rz9ajxkbgsnj
2013-05-23 14:28:55 +02:00
Quentin (OpenERP) 7ca85ffbba [FIX] account: exclude company_id from build_ctx_periods()'s criteria to allow printing consolidated reports
bzr revid: qdp-launchpad@openerp.com-20130523122756-tpkc268q107hiqvy
2013-05-23 14:27:56 +02:00
Launchpad Translations on behalf of openerp 727de3660d Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130519061258-u0iw6lfwponrmlrp
bzr revid: launchpad_translations_on_behalf_of_openerp-20130520063201-x6ngc83h4rru51rx
bzr revid: launchpad_translations_on_behalf_of_openerp-20130521054415-2s1mdz92ybpgx12d
2013-05-21 05:44:15 +00:00
Alexandre Fayolle b0ee634dec [FIX] some missed access to currency_id through company_id
bzr revid: alexandre.fayolle@camptocamp.com-20130517080031-7j72snb9mdv91cto
2013-05-17 10:00:31 +02:00
Alexandre Fayolle 8bdccc5cd2 [FIX] work around bug preventing to validate invoices in multicompany setting
lp bug: https://launchpad.net/bugs/1111298 fixed

bzr revid: alexandre.fayolle@camptocamp.com-20130517073516-yko5zp0j8zlopq2d
2013-05-17 09:35:16 +02:00
Quentin (OpenERP) 5ceb9a84da [FIX] account: validation of an invoice from another company was not allowed because of default value of company_id field on account.move
lp bug: https://launchpad.net/bugs/810548 fixed

bzr revid: qdp-launchpad@openerp.com-20130516085254-it0ff5oqlnodt5mm
2013-05-16 10:52:54 +02:00
Ravish (Open ERP) fa9f18359f [merge] with lateset 7.0
bzr revid: rmu@tinyerp.com-20130516051437-1bdcjgxey3efpw31
2013-05-16 10:44:37 +05:30
Launchpad Translations on behalf of openerp b4bc1a38bf Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130515060747-d8cgvt2npsgcihpk
2013-05-15 06:07:47 +00:00
Martin Trigaux c89c86c6e0 [MERGE] correct permissions, shebang, EOL and FSF address
lp bug: https://launchpad.net/bugs/993414 fixed
lp bug: https://launchpad.net/bugs/993408 fixed

bzr revid: mat@openerp.com-20130514145117-ur32kilr42kg1du0
2013-05-14 16:51:17 +02:00
Martin Trigaux 8fd6cb92e7 [IMP] use exact writing for fsf address
bzr revid: mat@openerp.com-20130514142837-jt65d8xjd1eozqst
2013-05-14 16:28:37 +02:00
Martin Trigaux 3c11652fac [IMP] trmove double space in fsf address
bzr revid: mat@openerp.com-20130514141132-610k885sxtcr8vpb
2013-05-14 16:11:32 +02:00
Martin Trigaux 7b8f704f90 [FIX] fix FSF address
bzr revid: mat@openerp.com-20130514120424-xwjzdf3mufifl90d
2013-05-14 14:04:24 +02:00
Martin Trigaux c8c298c83c [IMP] clean permissions and shebang in files
bzr revid: mat@openerp.com-20130514103113-8idhvhokt0e8jzea
2013-05-14 12:31:13 +02:00
Launchpad Translations on behalf of openerp 955d3af504 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130514062545-amio4juyvdyzilre
2013-05-14 06:25:45 +00:00
Ravish (Open ERP) dd81c8f9c3 [FIX] transaltion of journal in company_ onchange
bzr revid: rmu@tinyerp.com-20130513093940-59mk45fjdg6fxmsx
2013-05-13 15:09:40 +05:30
Martin Trigaux b9ee794a2b [IMP] account: compute default period for fiscal year
bzr revid: mat@openerp.com-20130508131438-nyzi49wbn61giecf
2013-05-08 15:14:38 +02:00
Martin Trigaux e15811a6a1 [IMP] account: use DEFAULT_SERVER_DATETIME_FORMAT and merging in one method
bzr revid: mat@openerp.com-20130508125520-kf0pbgfislf34vay
2013-05-08 14:55:20 +02:00
Martin Trigaux f2c5aee290 [IMP] account: use DEFAULT_SERVER_DATETIME_FORMAT
bzr revid: mat@openerp.com-20130508123440-kmtbv1vq4x03gr8k
2013-05-08 14:34:40 +02:00
Martin Trigaux dff5615b9e [IMP] better comment
bzr revid: mat@openerp.com-20130508120626-tz68kaunfdv45paj
2013-05-08 14:06:26 +02:00
Martin Trigaux bf8fc82ecb [FIX] use correctly datetime objects
bzr revid: mat@openerp.com-20130508115708-ut4jlp572dhxntsd
2013-05-08 13:57:08 +02:00
Martin Trigaux 67b94fa511 [FIX] opw584557: account: better default fiscalyear dates for fiscalyears not 1/1-12/31
bzr revid: mat@openerp.com-20130508105044-fr3tf2t1zwmd6hko
2013-05-08 12:50:44 +02:00
Guewen Baconnier 1c4bdf3061 [FIX] context is not propagated through account_period.name_search to account_period.search
lp bug: https://launchpad.net/bugs/1177348 fixed

bzr revid: guewen.baconnier@camptocamp.com-20130507115306-lrnb0t3139lfxtie
2013-05-07 13:53:06 +02:00
Quentin (OpenERP) 205d8c40e8 [FIX] account: mandatory company_id not present in the config wizard if already configured for this company, and thus it renders the view invisible as the company_id is empty and not visible
bzr revid: qdp-launchpad@openerp.com-20130507065125-4byqfqr20w9g9xzc
2013-05-07 08:51:25 +02:00
Launchpad Translations on behalf of openerp a7a4f33d0f Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130427063416-maq2j295cuj0d2j4
bzr revid: launchpad_translations_on_behalf_of_openerp-20130429060435-zyumznnykvw92bfg
bzr revid: launchpad_translations_on_behalf_of_openerp-20130501051425-9uhm1n0nmvyus33i
bzr revid: launchpad_translations_on_behalf_of_openerp-20130506063526-tj5l5h3fger6llmw
bzr revid: launchpad_translations_on_behalf_of_openerp-20130501051533-veqndxlj87s13tnp
bzr revid: launchpad_translations_on_behalf_of_openerp-20130502060901-j2v1cs2l31in4q6t
bzr revid: launchpad_translations_on_behalf_of_openerp-20130503062950-h0ojr1tlzqx5nu76
bzr revid: launchpad_translations_on_behalf_of_openerp-20130504071101-jh8a9d3cb8gcz34e
bzr revid: launchpad_translations_on_behalf_of_openerp-20130505060428-4qacudpyuiez39b3
bzr revid: launchpad_translations_on_behalf_of_openerp-20130506063544-ggq3rpht7nsoinxs
bzr revid: launchpad_translations_on_behalf_of_openerp-20130504071108-g8u3u06xpp3g4sks
bzr revid: launchpad_translations_on_behalf_of_openerp-20130506063552-lwxw1ldh3mbflzqf
2013-05-06 06:35:52 +00:00
Launchpad Translations on behalf of openerp 3536f65967 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130427063440-bmcyenjvm2fm94ck
bzr revid: launchpad_translations_on_behalf_of_openerp-20130428054142-1k74s6tp0zv4aeu5
bzr revid: launchpad_translations_on_behalf_of_openerp-20130429060457-72jpzgm0ky022n8u
2013-04-29 06:04:57 +00:00
Launchpad Translations on behalf of openerp 7561f48578 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130426062412-awemubat7ag9ji19
bzr revid: launchpad_translations_on_behalf_of_openerp-20130426062416-6321y5y98sute3k0
2013-04-26 06:24:16 +00:00
Quentin (OpenERP) 2ae76572ea [FIX] account: fixed bad constraint message
bzr revid: qdp-launchpad@openerp.com-20130425124453-gc42mimtn6dfec3u
2013-04-25 14:44:53 +02:00
Cedric Snauwaert 31ffb01f87 [FIX]chart of account wizard: show company id field in wizard view
bzr revid: csn@openerp.com-20130425120604-2toia7v6yuemjl6g
2013-04-25 14:06:04 +02:00
Launchpad Translations on behalf of openerp 83fb6fbf02 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130425060541-r1eqpc1djb3vy953
bzr revid: launchpad_translations_on_behalf_of_openerp-20130425060609-9otf0125cci1hjvi
2013-04-25 06:06:09 +00:00
Launchpad Translations on behalf of openerp 26e488f2fb Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130424052821-pkggcy9qr4rmhl53
bzr revid: launchpad_translations_on_behalf_of_openerp-20130424052845-9nzv2aje2g99c9eq
2013-04-24 05:28:45 +00:00
Quentin (OpenERP) 7e46260474 [FIX] account: modified the constraint on account.move.reconcile in order to allow the reconciliation to be made on different partners if it doesn't concern a payable or receivable account
bzr revid: qdp-launchpad@openerp.com-20130423125731-dblhpx7zz4q9x464
2013-04-23 14:57:31 +02:00
Quentin (OpenERP) 7245f7e6f1 [FIX] account: default values for sign of financial reports in the P&L is -1
bzr revid: qdp-launchpad@openerp.com-20130423085702-2ls986fyfhibimi1
2013-04-23 10:57:02 +02:00