Skip to content
Snippets Groups Projects
  1. Aug 26, 2019
  2. Aug 23, 2019
    • Daniel Blanco's avatar
      [IMP] base: regions of Chile as states · 90e9ceb5
      Daniel Blanco authored
      
      closes odoo/odoo#36055
      
      Signed-off-by: default avatarQuentin De Paoli (qdp) <qdp@openerp.com>
      90e9ceb5
    • Nhomar Hernandez's avatar
      [IMP] l10n_pe: Refactoring of the Peruvian CoA · ff74a974
      Nhomar Hernandez authored
      And making ready for the future EDI modules.
      
      - Added related account group on the move lines to
      show account moves in a way Peru is used to.
      As this allows to group by the account group
      and to divide the hierarchical structure.
      - Completely new CoA structure and tax structure
      - Minimal fields for the EDI module later
      - Districts and cities as we also need codes for
      the EDI.
      ff74a974
    • Nhomar Hernandez's avatar
      [IMP] base: Adding peruvian states. · e4f5d6b9
      Nhomar Hernandez authored
      e4f5d6b9
    • Daniel Blanco's avatar
      [IMP] l10n_cl: total refactoring · 99f4a66d
      Daniel Blanco authored
      and preparation for the edi module
      
      This module now depends on l10n_latam_base
      for the identification types and
      l10n_latam_invoice_document for the invoice numbering.
      
      It has its own implementation where you can choose
      yourself the sequences you want to add on a journal in
      a many2many.  By default, you will have the sequences
      for the document types of the first journal. But you
      can share them on other journals or create new sequences
      for a journal.
      99f4a66d
    • Katherine Zaoral's avatar
      [IMP] l10n_ar: complete refactor of Argentinian localization · ebe29156
      Katherine Zaoral authored
      Now, it depends on l10n_latam_base for the identification
      types and on l10n_latam_invoice_document for the invoice
      numbering.
      
      It is the AFIP responsibility on the partner that
      determines the document type.
      
      There are also 3 demo companies for the most important
      responsibility types for yourself.
      ebe29156
  3. Aug 22, 2019
    • Katherine Zaoral's avatar
      [ADD] l10n_latam_invoice_document: new module to manage documents types · 895f89ff
      Katherine Zaoral authored
      This module special for Chile and Argentina, although e.g.
      Brasil and the Domenican Republic could use it too in the
      future.
      
      The number of an invoice does not just depend on the journal, but
      also on the document type which depends on the type of client you
      will send your invoice to.  So, each of these needs their own sequence.
      
      For the vendor bills, LATAM countries are really not used to an internal
      reference number, so the internal number is immediately the one of
      the vendor.
      
      A special case is also that on certain documents, certain taxes need to be
      included in the backend, but should not appear on the ticket (hidden,
      but still included in the net price)
      895f89ff
  4. Aug 21, 2019
    • Katherine Zaoral's avatar
      [ADD] l10n_latam_base: new module to manage multiple identification types · f84dbf63
      Katherine Zaoral authored
      In Latin American countries, every partner needs
      to be identified even if he does not have the usual
      VAT number (whatever it is called) e.g. you can also
      be identified by your identity card.
      
      We chose to put those types also in the vat field,
      but to be clear what it is, we added a selection field
      before the vat field which is VAT by default, but
      is e.g. RUT (VAT of Argentina) when you choose Argentina
      as country.
      f84dbf63
  5. Aug 26, 2019
    • wan's avatar
      [IMP] account: acrual expenses/revenues · 60dadc8e
      wan authored
      
      =======
      Purpose
      =======
      Accruals are revenues and expenses that are incurred during an accounting period for which no invoices or payments were received or made.
      
      => We suggest a wizard allowing recognizing the Expense/Revenue in a different period keeping tax return in the invoice period.
      
      Example:
      A vendor bill received in February which was for the December consumption.
      You should recognize the expense in December but the tax return is still due to February.
      
      1) Regular Vendor Bill in february
      Account          D          C
      600 ACHAT    10000
      411 TVA       2100
      440 FOUR                12100
      
      2) Action opening a wizard that allows specifying when we have to move the expense.
      - Targeted date, accrued account (expense, revenue, taxes, ...)
      - Action from account.move.line ?
      
      3) Wizard result
      a) The expense account is replaced by the accrued expense account in the original vendor bill journal entry (february)
      Compte           D          C
      444 FAE      10000
      411 TVA       2100
      440 FOUR                12100
      
      b) A new accrual journal entry is created for the original expense account in december
      Compte           D          C
      600 ACHAT    10000
      444 FAE                 10000
      
      Was task 2006617
      
      closes odoo/odoo#36053
      
      Signed-off-by: default avatarQuentin De Paoli (qdp) <qdp@openerp.com>
      60dadc8e
  6. Aug 23, 2019
    • jbm-odoo's avatar
      [FIX] ir_ui_view: Inconsistent filters on m2o · 9cc67ea7
      jbm-odoo authored
      
      Inconsistent filters on the product_id many2one fields.
      
      We should never use a "search_default_*" on a many2one field,
      because this will only apply in the Search More popup and not
      on the auto-completion.
      We should always use a domain, as it will apply in both cases.
      
      id=1944237
      
      closes odoo/odoo#36009
      
      Signed-off-by: default avatarYannick Tivisse (yti) <yti@odoo.com>
      9cc67ea7
  7. Aug 26, 2019
  8. Aug 24, 2019
  9. Aug 26, 2019
  10. Aug 24, 2019
  11. Aug 23, 2019
  12. Aug 21, 2019
  13. Aug 20, 2019
  14. Aug 23, 2019
Loading