odoo/odoo.git
9 years ago[FIX] write product_qty and product_uos_qty through ORM, thereby respecting decimal...
hbrunn@therp.nl [Sun, 6 Jul 2014 15:39:30 +0000 (17:39 +0200)]
[FIX] write product_qty and product_uos_qty through ORM, thereby respecting decimal precision

10 years ago[MRG] Port of ocb-server specific changes to git. Basically a diff of lp:ocb-server...
Stefan Rijnhart [Wed, 2 Jul 2014 19:28:36 +0000 (21:28 +0200)]
[MRG] Port of ocb-server specific changes to git. Basically a diff of lp:ocb-server/7.0, revno 5345 against lp:openobject-server/7.0, revno 5308

10 years ago[IMP] web: Make filename for print download dependent on object name.
ronald@therp.nl [Fri, 23 May 2014 13:32:05 +0000 (13:32 +0000)]
[IMP] web: Make filename for print download dependent on object name.
https://launchpad.net/bugs/1261332

10 years ago[FIX] kanban view not showing exception messages
msh@openerp.com [Mon, 5 May 2014 06:47:26 +0000 (06:47 +0000)]
[FIX] kanban view not showing exception messages

https://launchpad.net/bugs/1190236

10 years agoFix binary fields in one2many widgets:
Stefan Rijnhart [Fri, 21 Mar 2014 09:05:04 +0000 (09:05 +0000)]
Fix binary fields in one2many widgets:

- Don't retrieve the binary contents just to display the size, but pass context with bin_size=True instead
- Always pass filename in download link

Combination of patches from the bug report from Enrico Ganzaroli, Cedric Le Brouster and the last commit from myself which actually prevents the preloading of the binaries.

https://launchpad.net/bugs/1167429

10 years ago[FIX] Reload form in the case of multi-popup wizard
msh@openerp.com [Mon, 14 Oct 2013 09:03:52 +0000 (09:03 +0000)]
[FIX] Reload form in the case of multi-popup wizard

10 years ago[ADD] Support for required *2many fields, including visual hints
stefan@therp.nl [Mon, 27 May 2013 05:23:33 +0000 (05:23 +0000)]
[ADD] Support for required *2many fields, including visual hints

https://launchpad.net/bugs/1013636

10 years ago[FIX] lp:1119289, update base.sass to reflect earlier changes to css
nicolas.bessi@camptocamp.com [Fri, 10 May 2013 08:37:13 +0000 (08:37 +0000)]
[FIX] lp:1119289, update base.sass to reflect earlier changes to css
+ regenerate css

https://launchpad.net/bugs/1119289

10 years ago[MRG] alter behavior of 'sheet' tag of form view in order to use the maximum width...
vincent.renaville@camptocamp.com [Wed, 1 May 2013 12:10:23 +0000 (12:10 +0000)]
[MRG] alter behavior of 'sheet' tag of form view in order to use the maximum width available
https://launchpad.net/bugs/1119289

10 years ago[MRG] fix logical error in the batch processing of stock moves in fill_inventory...
ls@numerigraphe.com [Fri, 20 Jun 2014 12:33:32 +0000 (12:33 +0000)]
[MRG] fix logical error in the batch processing of stock moves in fill_inventory, introduced in bugfix of lp:1312045

https://launchpad.net/bugs/1312045
https://launchpad.net/bugs/1329342

10 years ago[FIX] problem of corrupted pdf when sending email from email-template.
Pedro M. Baeza [Fri, 20 Jun 2014 07:05:47 +0000 (07:05 +0000)]
[FIX] problem of corrupted pdf when sending email from email-template.

10 years ago[IMP] stock: Due to huge memory usage on browse, slice move_ids to list of 10000...
ls@numerigraphe.com [Wed, 18 Jun 2014 12:38:58 +0000 (12:38 +0000)]
[IMP] stock: Due to huge memory usage on browse, slice move_ids to list of 10000 elements maximum on fill_inventory.
https://launchpad.net/bugs/1312045

10 years ago[FIX] project_timesheet: lp:1315367, prevent python term 'False' to show up in timesh...
stefan@therp.nl [Wed, 18 Jun 2014 12:36:07 +0000 (12:36 +0000)]
[FIX] project_timesheet: lp:1315367, prevent python term 'False' to show up in timesheet lines generated from task work
https://launchpad.net/bugs/1315367

10 years ago[FIX] stock: Expected date on stock.picking will change, if Expected date on stock...
ronald@therp.nl [Wed, 18 Jun 2014 12:20:27 +0000 (12:20 +0000)]
[FIX] stock: Expected date on stock.picking will change, if Expected date on stock.move changes. This fixes bug lp1266480.
https://launchpad.net/bugs/914670

10 years ago[ADD] UoM to stock valuation move lines
alhashash@centrivision.com [Mon, 12 May 2014 06:21:37 +0000 (06:21 +0000)]
[ADD] UoM to stock valuation move lines

10 years ago[FIX] order stock_inventory_line by location name, product code,
csn@openerp.com [Mon, 12 May 2014 06:19:13 +0000 (06:19 +0000)]
[FIX] order stock_inventory_line by location name, product code,
product name

https://launchpad.net/bugs/1087033

10 years ago[FIX] account: No bank account on invoice when invoicing a contact
pedro.baeza@serviciosbaeza.com [Mon, 5 May 2014 06:56:43 +0000 (06:56 +0000)]
[FIX] account: No bank account on invoice when invoicing a contact

10 years ago[IMP] use supplier_invoice_number if available
info@andreacometa.it [Mon, 5 May 2014 06:55:19 +0000 (06:55 +0000)]
[IMP] use supplier_invoice_number if available

10 years ago[IMP] show the date of the latest stock move along with that of the latest inventory...
Numerigraphe - Lionel Sausin [Fri, 25 Apr 2014 11:12:38 +0000 (11:12 +0000)]
[IMP] show the date of the latest stock move along with that of the latest inventory. Optimize SQL query. Let users filter inactive products or not.

https://launchpad.net/bugs/1291986

10 years ago[MERGE] Fix ported from 6.0.0: Can't set a default origin for stock pickings at dupli...
Numerigraphe - Lionel Sausin [Fri, 25 Apr 2014 10:47:14 +0000 (10:47 +0000)]
[MERGE] Fix ported from 6.0.0: Can't set a default origin for stock pickings at duplication time

https://launchpad.net/bugs/1098557

10 years ago[FIX] lp:1281290, correct currency code on Polish chart
alexandre.fayolle@camptocamp.com [Wed, 23 Apr 2014 14:31:09 +0000 (14:31 +0000)]
[FIX] lp:1281290, correct currency code on Polish chart
https://launchpad.net/bugs/1281290

10 years agoFix report_webkit precise mode to support set_context hook
nicolas.bessi@camptocamp.com [Wed, 23 Apr 2014 12:14:54 +0000 (12:14 +0000)]
Fix report_webkit precise mode to support set_context hook
https://launchpad.net/bugs/1308364

10 years ago[MRG] fix 1079548: Message field(char) too short to allow long messages
ls@numerigraphe.com [Fri, 11 Apr 2014 07:32:03 +0000 (07:32 +0000)]
[MRG] fix 1079548: Message field(char) too short to allow long messages
https://launchpad.net/bugs/1079548

10 years ago[MRG] fix Bug #1291903: sale_stock: property_ids set on procurement.order
ls@numerigraphe.com [Fri, 11 Apr 2014 05:20:43 +0000 (05:20 +0000)]
[MRG] fix Bug #1291903: sale_stock: property_ids set on procurement.order
https://launchpad.net/bugs/1291903

10 years ago[FIX] lp:1174160, for pricelists based on a supplier, we need to fill in the supplier
hbrunn@therp.nl [Wed, 9 Apr 2014 06:00:37 +0000 (06:00 +0000)]
[FIX] lp:1174160, for pricelists based on a supplier, we need to fill in the supplier

https://launchpad.net/bugs/1174160

10 years ago[FIX] Added ondelete='cascade' to mrp.subproduct when attatched bom is
paul.catinean@gmail.com [Mon, 7 Apr 2014 06:40:01 +0000 (06:40 +0000)]
[FIX] Added ondelete='cascade' to mrp.subproduct when attatched bom is
unlinked

https://launchpad.net/bugs/1244183

10 years ago[IMP] product_manufacturer: allows to search product by manufacturer and manufacturer...
rvalyi@gmail.com [Thu, 27 Mar 2014 14:47:36 +0000 (14:47 +0000)]
[IMP] product_manufacturer: allows to search product by manufacturer and manufacturer reference
https://launchpad.net/bugs/1292587

10 years ago[FIX] respect the UoM's precision when filling a physical inventory
ls@numerigraphe.com [Mon, 24 Mar 2014 08:14:18 +0000 (08:14 +0000)]
[FIX] respect the UoM's precision when filling a physical inventory

https://launchpad.net/bugs/1229646

10 years ago[IMP] Keep "move_dest_id" value in original stock.move for easier
yann.papouin@gmail.com [Mon, 24 Mar 2014 08:12:54 +0000 (08:12 +0000)]
[IMP] Keep "move_dest_id" value in original stock.move for easier
traceability

https://launchpad.net/bugs/1137541

10 years ago[FIX] Update mrp test with fix for lp:1250053
stefan@therp.nl [Wed, 19 Mar 2014 08:12:53 +0000 (08:12 +0000)]
[FIX] Update mrp test with fix for lp:1250053
https://launchpad.net/bugs/1292358

10 years ago[MRG] Fields amount_mva, base_reduction and tax_discount are not displayed
mileo [Fri, 14 Mar 2014 16:09:35 +0000 (16:09 +0000)]
[MRG] Fields amount_mva, base_reduction and tax_discount are not displayed
https://launchpad.net/bugs/1201472

10 years ago[MRG] product: use product UOM when computing price surcharge
yann.papouin@gmail.com [Fri, 14 Mar 2014 14:59:54 +0000 (14:59 +0000)]
[MRG] product: use product UOM when computing price surcharge
https://launchpad.net/bugs/1188629

10 years ago[MRG] sale_stock: delivery order must use the confirmation date of sale.order
yann.papouin@gmail.com [Fri, 14 Mar 2014 14:44:49 +0000 (14:44 +0000)]
[MRG] sale_stock: delivery order must use the confirmation date of sale.order
https://launchpad.net/bugs/1260778

10 years ago[MRG] purchase: don't duplicate origin when merging purchase orders
yann.papouin@gmail.com [Fri, 14 Mar 2014 14:42:10 +0000 (14:42 +0000)]
[MRG] purchase: don't duplicate origin when merging purchase orders
https://launchpad.net/bugs/1091268

10 years ago[MRG] stock: drop backorder data when returning product
yann.papouin@gmail.com [Fri, 14 Mar 2014 14:36:21 +0000 (14:36 +0000)]
[MRG] stock: drop backorder data when returning product
https://launchpad.net/bugs/1234678

10 years ago[FIX] hr expense price_include amount sign
vincent.renaville@camptocamp.com [Thu, 13 Mar 2014 17:00:30 +0000 (17:00 +0000)]
[FIX] hr expense price_include amount sign

10 years ago[FIX] internal moves are created in waiting state, should be draft
hbrunn@therp.nl [Thu, 13 Mar 2014 16:17:59 +0000 (16:17 +0000)]
[FIX] internal moves are created in waiting state, should be draft
https://launchpad.net/bugs/1250053

10 years ago[FIX] lp:1278078 purchase_requisition: fix broken test due to OCB-specific change
alexandre.fayolle@camptocamp.com [Wed, 12 Mar 2014 18:44:28 +0000 (18:44 +0000)]
[FIX] lp:1278078 purchase_requisition: fix broken test due to OCB-specific change

cancel_purchase_requisition.yml:
* use a different requisition from the one processed in purchase_requision.yml
* fix the 'I delete requisition' step which used to destroy a purchase.order

purchase_requisition.yml:
* add a check that the purchase.requisition cannot be cancelled if the purchase.order are not cancelled first.

https://launchpad.net/bugs/1278078

10 years ago[FIX] demo data period special flag
stephane.bidoul@acsone.eu [Wed, 12 Mar 2014 16:18:15 +0000 (16:18 +0000)]
[FIX] demo data period special flag
[FIX] add one special period to demo data
[FIX] duration of opening period in demo data
https://launchpad.net/bugs/1281579

10 years ago[FIX] render picking report in partner language
rmu@tinyerp.com [Mon, 10 Mar 2014 11:03:43 +0000 (11:03 +0000)]
[FIX] render picking report in partner language

https://launchpad.net/bugs/1235255

10 years ago[FIX] Have object description translated when posting OEChatter 'created'
sandy.carter@savoirfairelinux.com [Mon, 3 Mar 2014 08:26:30 +0000 (08:26 +0000)]
[FIX] Have object description translated when posting OEChatter 'created'
message

10 years ago[RVT] revert changes introduced in rev 8932 since the bug has been resolved
laurent.mignon@acsone.eu [Mon, 3 Mar 2014 08:25:24 +0000 (08:25 +0000)]
[RVT] revert changes introduced in rev 8932 since the bug has been resolved
in an other way and the changes break tests

10 years ago[FIX] account_asset: Incorrect names of generated account move and move
pedro.baeza@serviciosbaeza.com [Mon, 3 Mar 2014 08:24:13 +0000 (08:24 +0000)]
[FIX] account_asset: Incorrect names of generated account move and move
lines

10 years ago[FIX] reduce the number of unnecessary calls to trg_write in cancel_assign
alexandre.fayolle@camptocamp.com [Fri, 21 Feb 2014 14:58:50 +0000 (14:58 +0000)]
[FIX] reduce the number of unnecessary calls to trg_write in cancel_assign

https://launchpad.net/bugs/1267495

10 years agoadd missing field in the view which breaks the bank statement yaml tests
leonardo.pistone@camptocamp.com [Wed, 19 Feb 2014 08:24:19 +0000 (08:24 +0000)]
add missing field in the view which breaks the bank statement yaml tests
https://launchpad.net/bugs/1281492

10 years ago[MRG] fix partial delivery will copy tracking number in the backorder picking lp...
skh@openerp.com [Wed, 12 Feb 2014 06:42:59 +0000 (06:42 +0000)]
[MRG] fix partial delivery will copy tracking number in the backorder picking lp:1199858 port of https://code.launchpad.net/~camptocamp/openobject-addons/7.0-595239-opw-skh-afe/+merge/201002 to ocb
https://launchpad.net/bugs/1199858

10 years ago[FIX] account_voucher: Refund payment: Error occurred while validating the field...
lorenzo.battistini@agilebg.com [Fri, 31 Jan 2014 22:01:35 +0000 (22:01 +0000)]
[FIX] account_voucher: Refund payment: Error occurred while validating the field(s) amount_currency
https://launchpad.net/bugs/1181291

10 years ago[FIX] avoid writing picking state if it has not changed
alexandre.fayolle@camptocamp.com [Mon, 20 Jan 2014 10:20:16 +0000 (10:20 +0000)]
[FIX] avoid writing picking state if it has not changed

https://launchpad.net/bugs/1264950

10 years ago[IMP] performance improvement on progress rate calculation in projects
matthieu.dietrich@camptocamp.com [Mon, 20 Jan 2014 10:17:19 +0000 (10:17 +0000)]
[IMP] performance improvement on progress rate calculation in projects

10 years ago[FIX] Avoid "Error The taxes have different rates" with non deductible VAT and
lorenzo.battistini@agilebg.com [Mon, 20 Jan 2014 10:14:43 +0000 (10:14 +0000)]
[FIX] Avoid "Error The taxes have different rates" with non deductible VAT and
l10n_it_partially_deductible_vat

https://launchpad.net/bugs/1198250

10 years ago[FIX] recurse into analytic account's children when calculating practical amount...
hbrunn@therp.nl [Mon, 13 Jan 2014 08:43:01 +0000 (08:43 +0000)]
[FIX] recurse into analytic account's children when calculating practical amount in budgets
https://launchpad.net/bugs/1237832

10 years ago[fix] the added new constraint for account (via OPW)
rmu@tinyerp.com [Fri, 10 Jan 2014 12:38:31 +0000 (12:38 +0000)]
[fix] the added new constraint for account (via OPW)
https://launchpad.net/bugs/1215897

10 years ago[FIX] int(base_calendar_id) can return an exception instead of false
hirt@art-of-technology.ch [Mon, 6 Jan 2014 09:47:12 +0000 (09:47 +0000)]
[FIX] int(base_calendar_id) can return an exception instead of false

10 years ago[FIX]sale_stock:property_ids added
kbh at tinyerp [Fri, 13 Dec 2013 03:31:27 +0000 (03:31 +0000)]
[FIX]sale_stock:property_ids added
https://launchpad.net/bugs/1083077

10 years ago[FIX] mrp: mrp.bom multi-company rule
pedro.baeza@serviciosbaeza.com [Mon, 2 Dec 2013 11:09:33 +0000 (11:09 +0000)]
[FIX] mrp: mrp.bom multi-company rule

10 years ago[RVT] Reverting OCB-specific email setting defaults linked to lp:1163832
stefan@therp.nl [Mon, 2 Dec 2013 11:08:37 +0000 (11:08 +0000)]
[RVT] Reverting OCB-specific email setting defaults linked to lp:1163832

https://launchpad.net/bugs/1249600

10 years ago[FIX] These changes set the correct account type to view accounts
lorenzo.battistini@agilebg.com [Mon, 2 Dec 2013 11:07:43 +0000 (11:07 +0000)]
[FIX] These changes set the correct account type to view accounts

https://launchpad.net/bugs/1206538

10 years ago[FIX] make the fields required for all type='contract' and type='template'
guewen.baconnier@camptocamp.com [Mon, 2 Dec 2013 11:02:34 +0000 (11:02 +0000)]
[FIX] make the fields required for all type='contract' and type='template'

https://launchpad.net/bugs/1191036

10 years ago[FIX] bug in test related to lp:1067541, hr_timesheet_invoice.test_multi_company
laurent.mignon@acsone.eu [Sun, 17 Nov 2013 20:13:06 +0000 (20:13 +0000)]
[FIX] bug in test related to lp:1067541, hr_timesheet_invoice.test_multi_company

10 years ago[IMP]Made parent account visible for analytic accounts with type 'Contract or Project'
Christophe CHAUVET [Sat, 2 Nov 2013 08:33:07 +0000 (08:33 +0000)]
[IMP]Made parent account visible for analytic accounts with type 'Contract or Project'
https://launchpad.net/bugs/1237512

10 years ago[FIX] Providing double protection: prevent the risk of referencing an unassigned...
Christophe CHAUVET [Sat, 2 Nov 2013 08:01:57 +0000 (08:01 +0000)]
[FIX] Providing double protection: prevent the risk of referencing an unassigned variable. Also passing the context from the test. Either of those make the test run.
https://launchpad.net/bugs/1103072

10 years ago[FIX] fix test_20_message_post to take care of different notification_email_send...
Christophe CHAUVET [Sat, 2 Nov 2013 07:50:45 +0000 (07:50 +0000)]
[FIX] fix test_20_message_post to take care of different notification_email_send default value in ocb
https://launchpad.net/bugs/1163832

10 years ago[FIX] don't reset last action date on any write
Christophe CHAUVET [Sat, 2 Nov 2013 07:16:43 +0000 (07:16 +0000)]
[FIX] don't reset last action date on any write

10 years ago[FIX] account - add a selection list on target_move in wizard for tax report
yannick.vaucher@camptocamp.com [Mon, 21 Oct 2013 06:13:50 +0000 (06:13 +0000)]
[FIX] account - add a selection list on target_move in wizard for tax report

https://launchpad.net/bugs/1220732

10 years ago[FIX] hr_timesheet: amount on timesheet line not calculated as per as the cost
skh@openerp.com [Mon, 14 Oct 2013 08:07:20 +0000 (08:07 +0000)]
[FIX] hr_timesheet: amount on timesheet line not calculated as per as the cost
price of the product

https://launchpad.net/bugs/1220665

10 years ago[FIX] action_stock_invoice_onshipping missing on stock.picking
hip@tinyerp.com [Mon, 14 Oct 2013 08:00:51 +0000 (08:00 +0000)]
[FIX] action_stock_invoice_onshipping missing on stock.picking

https://launchpad.net/bugs/1108228

10 years ago[FIX] inversed invoice_control value problem in stock_location addon (with
rha@tinyerp.com [Mon, 14 Oct 2013 07:54:43 +0000 (07:54 +0000)]
[FIX] inversed invoice_control value problem in stock_location addon (with
chained picking setup)

https://launchpad.net/bugs/1208456

10 years ago[IMP] lp:1203108/OPW595596, product: changed the position of active field from Procur...
han@tinyerp.com [Wed, 9 Oct 2013 06:07:14 +0000 (06:07 +0000)]
[IMP] lp:1203108/OPW595596, product: changed the position of active field from Procurement/Delay to Inventory/status Tab

10 years ago[IMP] Print aged partner balance on a selection of partners
srijnhart@therp.nl [Mon, 9 Sep 2013 06:03:19 +0000 (06:03 +0000)]
[IMP] Print aged partner balance on a selection of partners

10 years ago[FIX] Allow to cancel an expense
yannick.vaucher@camptocamp.com [Mon, 9 Sep 2013 06:02:09 +0000 (06:02 +0000)]
[FIX] Allow to cancel an expense

https://launchpad.net/bugs/1206403

10 years ago[FIX] Fixes lp1103072
holger@therp.nl [Tue, 3 Sep 2013 12:49:15 +0000 (12:49 +0000)]
[FIX] Fixes lp1103072
      - Make survey module usable for external users

      Thanks to holger@therp.nl

https://launchpad.net/bugs/1103072

10 years ago[FIX] Show payment order line amount in tree view, payment order amount
dhr@openerp.com [Mon, 2 Sep 2013 13:30:06 +0000 (13:30 +0000)]
[FIX] Show payment order line amount in tree view, payment order amount
in form view

https://launchpad.net/bugs/1207375

10 years ago[FIX] Aged partner balance unreconciled amount selection off by one day
stefan@therp.nl [Mon, 2 Sep 2013 13:27:56 +0000 (13:27 +0000)]
[FIX] Aged partner balance unreconciled amount selection off by one day

10 years ago[FIX] hr_timesheet_sheet - redefine _check_sheet_state to make sure it
yvaucher-c2c [Mon, 2 Sep 2013 13:21:16 +0000 (13:21 +0000)]
[FIX] hr_timesheet_sheet - redefine _check_sheet_state to make sure it
controls the right timesheet_sheet to make sure it isn't possible to
timesheet on a already confirmed or closed timesheet_sheet

https://launchpad.net/bugs/1190934

10 years ago[FIX] analytic_user_function - wrong override of domain for account_id
yvaucher-c2c [Mon, 2 Sep 2013 13:17:21 +0000 (13:17 +0000)]
[FIX] analytic_user_function - wrong override of domain for account_id
in timesheet lines

https://launchpad.net/bugs/1190259

10 years ago[FIX] lp:1206167, Add journal type filter, to prevent to import unreconciled bank...
yannick.vaucher@camptocamp.com [Wed, 28 Aug 2013 07:44:33 +0000 (07:44 +0000)]
[FIX] lp:1206167, Add journal type filter, to prevent to import unreconciled bank move line

10 years ago[IMP] The general account is not mandatory in analytic account entries
ls@numerigraphe.fr [Wed, 28 Aug 2013 07:24:06 +0000 (07:24 +0000)]
[IMP] The general account is not mandatory in analytic account entries
https://launchpad.net/bugs/1146923

10 years ago[FIX] lp:1067541, bill task work selects wrong receivable account in multi-company...
laurent.mignon@acsone.eu [Thu, 15 Aug 2013 05:54:23 +0000 (05:54 +0000)]
[FIX] lp:1067541, bill task work selects wrong receivable account in multi-company context
https://launchpad.net/bugs/1067541

10 years ago[IMP] account_budget: support view and consolidation children in budget
laurent.mignon@acsone.eu [Mon, 12 Aug 2013 08:29:50 +0000 (08:29 +0000)]
[IMP] account_budget: support view and consolidation children in budget
positions

https://launchpad.net/bugs/1070418

10 years ago[FIX] account_invoice: set analytic account on taxes if there is no default
stephane.bidoul@acsone.eu [Mon, 12 Aug 2013 08:29:05 +0000 (08:29 +0000)]
[FIX] account_invoice: set analytic account on taxes if there is no default
and it is the same financial account than the invoice line.

https://launchpad.net/bugs/1084822

10 years ago[FIX] hr_timesheet - details tab must be sorted by date
yannick.vaucher@camptocamp.com [Mon, 29 Jul 2013 04:04:33 +0000 (04:04 +0000)]
[FIX] hr_timesheet - details tab must be sorted by date

https://launchpad.net/bugs/1178617

10 years ago[MRG] [FIX] don't include adjacent bom's products into check for recursion (closes...
hbrunn@therp.nl [Thu, 20 Jun 2013 06:37:55 +0000 (06:37 +0000)]
[MRG] [FIX] don't include adjacent bom's products into check for recursion (closes lp:1155569)
https://launchpad.net/bugs/1155569

10 years ago[FIX] stock.picking: fix raw stock picking create which was broken by
alexandre.fayolle@camptocamp.com [Mon, 17 Jun 2013 05:08:34 +0000 (05:08 +0000)]
[FIX] stock.picking: fix raw stock picking create which was broken by
previous change

10 years ago[FIX] project name search if aa id != project id
nbessi-c2c [Mon, 3 Jun 2013 10:34:53 +0000 (10:34 +0000)]
[FIX] project name search if aa id != project id

https://launchpad.net/bugs/1186146

10 years ago[ADD] added taxes templates in l10n_br module
renatonlima@gmail.com [Mon, 3 Jun 2013 10:27:45 +0000 (10:27 +0000)]
[ADD] added taxes templates in l10n_br module

10 years ago[FIX] Add appropriate sequences to l10n_nl tax codes
stefan@therp.nl [Mon, 3 Jun 2013 10:26:56 +0000 (10:26 +0000)]
[FIX] Add appropriate sequences to l10n_nl tax codes

https://launchpad.net/bugs/1168603

10 years ago[FIX] report_webkit - set exception message translatable
alexandre.fayolle@camptocamp.com [Mon, 3 Jun 2013 10:25:21 +0000 (10:25 +0000)]
[FIX] report_webkit - set exception message translatable

10 years ago[FIX] report_webkit - using style in image helper instead of attributes, this
yvaucher-c2c [Mon, 3 Jun 2013 10:22:30 +0000 (10:22 +0000)]
[FIX] report_webkit - using style in image helper instead of attributes, this
allow to use metric dimensions for images
[IMP] image helper to accept other units than px

https://launchpad.net/bugs/1156593
https://launchpad.net/bugs/1112580

10 years ago[FIX] bug 1088412 internal pickings have no name
alexandre.fayolle@camptocamp.com [Mon, 3 Jun 2013 10:20:25 +0000 (10:20 +0000)]
[FIX] bug 1088412 internal pickings have no name

https://launchpad.net/bugs/1088412

10 years ago[MRG] crm improvements
contact@invitu.com [Wed, 29 May 2013 13:37:51 +0000 (13:37 +0000)]
[MRG] crm improvements

  [IMP] lp:1179307-[7.0:addons/crm] add lead group in phonecall reporting
  [FIX] lp:1179305-[7.0:addons/crm] Fix direct link to phonecalls and meetings in lead view

10 years ago[MRG] FIX] lp:1100427, 'Default debit-credit account' fields on the journal form...
hip@tinyerp.com [Wed, 29 May 2013 10:12:22 +0000 (10:12 +0000)]
[MRG] FIX] lp:1100427, 'Default debit-credit account' fields on the journal form view are not visible without horizontal scrolling
https://launchpad.net/bugs/1100427

10 years ago[MRG] adds active field on account.journal
nicolas.bessi@camptocamp.com [Mon, 27 May 2013 05:44:58 +0000 (05:44 +0000)]
[MRG] adds active field on  account.journal
https://launchpad.net/bugs/1180803

10 years ago[FIX] Set tax code sequence from template
stefan@therp.nl [Mon, 27 May 2013 05:41:33 +0000 (05:41 +0000)]
[FIX] Set tax code sequence from template

https://launchpad.net/bugs/1168948

10 years ago[FIX] lp:941817, taxes not computed automatically on proforma
stefan@therp.nl [Mon, 27 May 2013 05:37:09 +0000 (05:37 +0000)]
[FIX] lp:941817, taxes not computed automatically on proforma

https://launchpad.net/bugs/941817

10 years ago[FIX] lp:1132963, Fix contract selection on payroll within date range
the.clone.master@gmail.com [Tue, 23 Apr 2013 06:21:34 +0000 (06:21 +0000)]
[FIX] lp:1132963, Fix contract selection on payroll within date range

https://launchpad.net/bugs/1132963

10 years ago[FIX] lp:1163832, sane defaults for email opt-out settings on partner
nicolas.bessi@camptocamp.com [Wed, 3 Apr 2013 07:46:41 +0000 (07:46 +0000)]
[FIX] lp:1163832, sane defaults for email opt-out settings on partner

10 years ago[MRG] [FIX] invoice due date is always recomputed
nicolas.bessi@camptocamp.com [Mon, 25 Mar 2013 13:15:45 +0000 (13:15 +0000)]
[MRG] [FIX] invoice due date is always recomputed

https://launchpad.net/bugs/1154533
https://launchpad.net/bugs/1102078

10 years ago[MRG] [FIX] don't offer bogus reordering in mrp_bom_component_tree_view (closes:...
hbrunn@therp.nl [Wed, 20 Mar 2013 06:52:53 +0000 (06:52 +0000)]
[MRG] [FIX] don't offer bogus reordering in mrp_bom_component_tree_view (closes: lp:1155581)

https://launchpad.net/bugs/1155581

10 years ago[FIX] lp:1089004, Add serial number popup layout broken in Firefox
hip@tinyerp.com [Thu, 28 Feb 2013 13:56:34 +0000 (13:56 +0000)]
[FIX] lp:1089004, Add serial number popup layout broken in Firefox

10 years ago[FIX] RML reporting: understandable crash message
Richard Mathot [Wed, 2 Jul 2014 15:29:13 +0000 (17:29 +0200)]
[FIX] RML reporting: understandable crash message

When tag <drawString> is misused in an RML report, logs a more explicit
error