Skip to content
Snippets Groups Projects
  1. Nov 04, 2016
    • Kinjal Mehta's avatar
      [IMP] sales_team,calendar: improve wording for calendar.alarm · b50ec6af
      Kinjal Mehta authored
      - sales_team: Rename Next actions into Next activities on CRM dashboard.
      
      - calendar: In meetings, reminder config, display 2 fields "Unit" and "Amount" inline with the string "Remind Before".
      b50ec6af
    • sah's avatar
      [IMP] web: Ask user to confirm export template removal · 62c4b035
      sah authored
      PURPOSE:
      
      When users try to delete records in the database, we usually warn them about the possible damage they would cause by asking them to confirm this is what they want to do (just in case you misclicked for example)
      
      Unfortunately, that feature wasn't implemented everywhere, at least no in the export window, which means a user can remove ir.exports records without having to confirm that's indeed what he wants to do.
      This got worsened by the fact, in the export window (like pictured in the attachment), the "Save field list" button is less than 10px away from the DELETE button, meaning you could really remove 10min of your work (or worse, anybody else's work as we don't have any specific record rule on that) in one click
      62c4b035
    • rmu-odoo's avatar
      [IMP] hr_timesheet: Prevent wrong `parent_id` configuration · f83944aa
      rmu-odoo authored
      And hide the parent_id field.
      f83944aa
    • Thibault Delavallée's avatar
      [REF] mail, note, project, project_issue: remove 'new' button in notification emails · df01742f
      Thibault Delavallée authored
      As this button leads to a void form view without context it is not
      really usefull. As creating new records is achieved using aliases
      there is no real need for a New Task/Issue/Note button.
      
      mail/new controller is kept for compatibility but should be removed
      before v11.
      df01742f
    • Thibault Delavallée's avatar
    • hza's avatar
      [IMP] website_sale: Added Street2 field in frontend · d250ad25
      hza authored
      d250ad25
    • dut-odoo's avatar
      [IMP] sale,purchase,website: Harmonize the product name/description in reports and views · cbc760ac
      dut-odoo authored
      - sale: Improvement in quotation/so line's description
      Currently, quotation/so line's description shows product's name with description.
      It should show only description of product if description is there else show name of the product in backend views.
      
      - sale: show product with description in sale report
      Due to change in description of quotation/SO line, sale report is affected. Fixed it.
      
      - website_sale: show only description in cart lines
      Due to previous commit, cart lines shown with product and it's description as a quotation/so line's name.
      When we create order from frontend, quotation/so lines' name field takes product name and it's description.
      It should only take description if description is there else product name. Fixed it.
      
      - purchase: Improvement in RFQ/PO line's description
      Currently, RFQ/PO line's description shows product's name with description.
      It should show only description of product if description is there else show name of the product in backend views.
      
      - purchase: show product with description in purchase report
      Due to change in description of RFQ/PO line, purchase reports are affected. Fixed it.
      cbc760ac
    • Fabien Pinckaers's avatar
      [IMP] base: partner's default to company instead of individual for sales menu... · 69b641d6
      Fabien Pinckaers authored
      [IMP] base: partner's default to company instead of individual for sales menu (make clearbit feature visible for on boarding)
      69b641d6
  2. Nov 03, 2016
    • Mansi Trivedi's avatar
      [ADD] purchase: Add python tests for default lead time · 2860414d
      Mansi Trivedi authored
      Case 1: To check order date of purchase order and schedule dates of shipment and purchse order,
      	  - Configure lead times:
              	- At a product level set Delivery Lead Time
      		- At a company level set Purchase Lead Time
      
      Case 2: To check order date of purchase order and schedule dates of multiple purchase order line of the same purchase order,
              we create two procurements for the two different product with same vendor and different Delivery Lead Time
      
      Case 3: To check order date of purchase order and schedule dates of shipments and purchase order,
       	 - Configure lead times:
      		- At a product level set Delivery Lead Time
      		- At a route level set delay of push rules
      
      Detailed Use Cases
      ==================
      
      Consider today's date = 2016-04-21 ( date_planned of procurement = today's date + 10 days)
      
      CASE 01:
      ========
      
      Create Product
      --------------
      Name : Product A
      Product type : stockable
      Buy : True
      Make To Order : True
      Delivery Lead Time :  5 days
      
      Configure your company data
      ---------------------------
      Purchase Lead Time : 3.00 days
      
      Procurement Request
      -------------------
      Warehouse : YourCompany
      Product : Product A
      Quantity :  15.00
      Planned Date: 2016-05-01 00:00:00
      
      Confirm Purchase Order
      
      Result
      ------
      Purchase Order :-- Schedule date: 2016-04-28 00:00:00
          Order date: 2016-04-23 00:00:00
      Incoming shipments schedule date :-- 2016-04-28 00:00:00
      
      CASE 02:
      ========
      
      Create Product
      --------------
      Name : Product A
      Product type : stockable
      Buy : True
      Make To Order : True
      Delivery Lead Time :  5 days
      
      Create another Product
      ----------------------
      Name : Product B
      Product type : stockable
      Buy : True
      Make To Order : True
      Delivery Lead Time :  2 days
      
      Procurement Request
      -------------------
      Warehouse : YourCompany
      Product : Product A
      Quantity :  10.00
      Planned Date: 2016-05-01 00:00:00
      
      Procurement Request for second product
      --------------------------------------
      Warehouse : YourCompany
      Product : Product B
      Quantity :  5.00
      Planned Date: 2016-05-01 00:00:00
      
      Confirm Purchase Order
      
      Result
      ------
      Purchase Order :-- Schedule date: 2016-04-28 00:00:00
          Order date: 2016-04-26 00:00:00
          Schedule date of purchase order line for product A: 2016-05-01 00:00:00
          Schedule date of purchase order line for product B: 2016-04-28 00:00:00
      Incoming shipments schedule date :-- 2016-04-28 00:00:00
      
      CASE 03:
      ========
      
      Create Product
      --------------
      Name : Product A
      Product type : stockable
      Buy : True
      Make To Order : True
      Delivery Lead Time :  5 days
      
      Warehouse configuration (YourCompany)
      -------------------------------------
      Incoming shipments : three steps
      
      Routes
      ------
      YourCompany : Receipt in 3 steps
      Push Rules:
      -----------------
      WH: Input -> Quality Control :-- Delay : 2 days
      WH: Quality Control -> Stock  :-- Delay : 2 days
      
      Create Procurement:
      -------------------
      Product : Prosuct A
      Quantity : 5.000
      Warehouse : YourCompany
      Procurement Location : WH/Input
      Schedule date : 2016-05-01 10:30:43
      Notes : 'Test scheduler for RFQ'
      
      Confirm Purchase Order
      
      Result
      ------
      Purchase Order :-- Schedule date: 2016-05-01 10:30:43
          Order date: 2016-04-26 10:30:43
      Incoming shipments schedule dates :--
      In type :--  2016-05-01 10:30:43
      Internal type 1 :--  2016-05-03 10:30:43
      Internal type 2 :--  2016-05-05 10:30:43
      2860414d
    • Goffin Simon's avatar
      [FIX] point_of_sale: Closing a cash control session · 1d2ca932
      Goffin Simon authored
      Before the fix:
      When creating a new session with Cash control POS then it was impossible to close the session.
      
      After the fix:
      The same flow as in 9.0 when closing a session
      
      opw:691517
      1d2ca932
    • Kinjal Mehta's avatar
      [IMP] product: order the attribute values by sequence then by id · b2eb54ab
      Kinjal Mehta authored
      =======
      purpose
      =======
      
      By default, the sequence is 0 for all new attributes and the result is messed up. The product attribute values are not ordered in the same way in a list view.
      
      That's because the results are not returned from sql ordered by id if the sequence is the same. Just add this in the order definition will remove the non-deterministic behavior.
      b2eb54ab
    • David Arnold's avatar
      [IMP] base: add Colombian states · 5b901529
      David Arnold authored
      
      Signed-off-by: default avatarDavid Arnold <dar@devco.co>
      This commits closes #14067
      5b901529
    • David Arnold's avatar
      [FIX] base: Add address format for Colombia · bed36bb1
      David Arnold authored
      This commit closes #14066
      bed36bb1
    • dut-odoo's avatar
      [IMP] account: show send by email button on invoice for pro-forma stage too · 78b2aa4c
      dut-odoo authored
      - when we send invoice by email, the template shows `False` at invoice number,
      we will show `pro-forma` invoice instead of `False`
      78b2aa4c
    • Nicolas Martinelli's avatar
      [IMP] lunch: new lunch widget · 018144b8
      Nicolas Martinelli authored
      The JS widget is simplified, which a cleaner approach.
      For the rendering part:
        - the server reads the data
        - the JS widget formats/organizes the data
        - the template renders the data prepared by the widget
      
      Quick summary of the modifications:
      1. The associated field is a text field which contains JSON-encoded
      data. The data are read server-side, and not client-side anymore.
      
      2. The widget is an AbstractField, no need of ReinitializeWidgetMixin
      anymore. No use of the FieldMonetary widget directly, but use a similar
      format_value instead (inspired by ShowPaymentLineWidget).
      
      3. Data formatting (call to format_value) is done in the widget, not in
      the template anymore. This seems to be the standard way of doing, since
      lunch was the only module where format_value was in the template and not
      in the widget.
      
      4. The addition of an order line is cleaner since all necessary data
      are prepared server-side.
      018144b8
    • Vipul Bhatt's avatar
  3. Nov 02, 2016
Loading