Skip to content
Snippets Groups Projects
  1. Sep 03, 2019
  2. Sep 02, 2019
  3. Sep 03, 2019
  4. Sep 02, 2019
    • Xavier-Do's avatar
      [FIX] core: fix translation of selection fields with dashes · 6d98f838
      Xavier-Do authored
      
      When a selection field has a dash the parsing was failing only returning the
      begining of this selection, leading to a mismatch fot the ir_model_fields_selection.
      
      This was discovered because "iot.trigger" add multiple selection fields element with name
      only differing by the post dash part:
      
      print
      print-op
      print-slip
      
      This was leading to a failure of the ON CONFLICT DO UPDATE (ir_translation line 120)
      since multiple EXCLUDED where similar in mrp_workorder_iot/i18n/fr.po(same res_id).
      
      closes odoo/odoo#36347
      
      Signed-off-by: default avatarXavier Dollé (xdo) <xdo@odoo.com>
      6d98f838
  5. Aug 30, 2019
  6. Sep 02, 2019
  7. Sep 01, 2019
  8. Aug 30, 2019
  9. Aug 29, 2019
  10. Aug 30, 2019
  11. Aug 29, 2019
    • mcm-odoo's avatar
      [FIX] account: fix send invoice mail issue · 94e6e818
      mcm-odoo authored
      
      This commit tries to fix the issue in the "Send Invoice" modal.
      Because of this issue, the recipients and body are empty.
      
      task-2032586
      
      closes odoo/odoo#35536
      
      Signed-off-by: default avataroco-odoo <oco-odoo@users.noreply.github.com>
      94e6e818
    • mcm-odoo's avatar
      [IMP] payment,sale: clean Payment Method in onboarding · 9bfab43d
      mcm-odoo authored
      The modifications are applied in account, sale and website_sale
      - Changed description to "Choose your default customer payment method."
      - Removed the "Pay with" from labels in Modal
      - In sale: Renamed "Confirmation & Payment" to "Payment Method"
      
      task-2032586
      9bfab43d
    • mcm-odoo's avatar
      [IMP] account: improve account views · 1c348824
      mcm-odoo authored
      Changes in account views to make them cleaner and
      easier to use and understand.
      
      Invoices/Bills tree view
      ---
      - Distinct Invoices tree view from Bills tree view:
        In Invoices:
        - invoice_vendor_display_name is "Customer"
        - invoice_date is "Invoice Date"
        - "Payment Reference" is hidden because it's the same
          as "Number"
        In Bills:
        - invoice_vendor_display_name is "Vendor"
        - invoice_date is "Bill Date"
      - "Source Document" is moved next to "Number"
      - Renamed "Payment Status" to "Payment"
      - "Payment Status" value "paid" renamed to "Paid"
      - Search filters:
        - Renamed "Open" to "Posted"
        - Added a separator after "Posted"
        - Removed "Linked to revoked mandate"
      
      Invoices/Bills form view
      ---
      - Removed "Original vendor bills" from form but kept it in list
        and renamed to "Original Bills"
      - Renamed state "Unposted" to "Draft"
      - "Draft *" titles are now in h1
      - Added placeholders and removed tooltips on Payment Terms
      - Removed tooltips of invoice date
      - Hid Accounting Date on Customer Invoices
        because it's the same as Invoice Date
      - Rewamped payment info popup:
        - Renamed title to "Payment Info"
        - Removed right alignment
        - Removed Name info
        - Reordered info: Amount, Memo, Date, Method
      - Added optional to few fields in tab "Invoice Lines":
        - Analytic Account: show
        - Analytic Tags: show
        - Intrastat: show
        - Origin Country of Product: hide (and renamed to "Product Country")
        - Unit of Measure: show
        - Disc (%): show
        - Taxes: show
      - Added optional to few fields in tab "Journal Items":
        - Label: show
        - Analytic Account: hide
        - Balance in Currency: hide (renamed to "Amount in currency")
        - Taxes Applied: hide (moved before debit and renamed to "Taxes")
        - Tax Grids: show (moved after credit)
        - Due date: hide (moved before Balance in currency renamed to "Due Date")
      - Tab "Other Info":
        - Renamed sections:
          Sales Information -> Invoice
          Accounting Information -> Accounting
          Payments Information -> Payments
        - Website is now hidden if not set and tracked in chatter
      
      Payment form view and modal
      ---
      - State "Posted" renamed to "Validated"
      - State "Cancelled" is hidden while module account_cancel
        is not installed
      - Renamed "Payment Method Type" to "Payment Method"
      - Renamed "Payment Date" to "Date"
      - Renamed "Payment Amount" to "Amount"
      - Renamed "Payment Journal" to "Journal"
      - Reordered fields:
        Journal                   Amount
        Payment Method            Date
        Recipient Bank Account    Memo
      - Payment Difference is now visible only with
        accountant access rights.
      
      Journals form view
      ---
      - Removed Journal Groups
      - Changed position of "Bank Account"
        it's now the first tab
      - In "Advanced Settings":
        - Renamed section "Accounting App Options" to "Posting"
          and only visible when Accounting rights
        - "Post at Bank Reconciliation" was a Boolean field and is now a
          Selection field with values pay_val for Payment Validation and bank_rec
          for Bank Reconciliation.
          In form view it's now a radio button.
          Removed tooltip of this field.
        - Section "Control-Access" is now visible with Accounting Manager rights
        - Renamed "Invoice References" to "Payment References"
        - Field "Communication Type" value "Based on Partner" renamed to "Based on Customer"
        - Reorder sections:
          Payment References
          Email your Invoices/Bills
          Control Access
      
      Purchase form view
      ---
      - In Purchase Order: Field Billing Status is invisible if the status
        of the purchase.order is draft/sent/to approve/cancelled
      
      task-2032586
      1c348824
    • mcm-odoo's avatar
      [FIX] account: fix invoice reports · 4d64e553
      mcm-odoo authored
      - This commit fixes invoice reports header and footer:
        The header was half displayed and "Phone Number" was
        displayed on two lines
      
      - This commit also add a link in report preview to go back
        to the backend:
        When account was the only module installed there was no
        link to go back to the backend
      
      task-2032586
      4d64e553
    • mcm-odoo's avatar
      [IMP] account: add payment terms to data · d4710d92
      mcm-odoo authored
      - This commit moves the Payment Term "End of Following Month" from
        demo data to data and adds two new Payment Terms: "21 Days" and
        "30% Now, Balance 60 Days".
        It allows the customer to define less Payment Terms
      
      task-2032586
      d4710d92
Loading