Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MIG][17.0] connector_ecommerce: Migration to 17.0 #80

Open
wants to merge 89 commits into
base: 17.0
Choose a base branch
from

Commits on Jan 12, 2024

  1. [CHG] rename 'base_sale_multichannels' to 'connector_ecommerce'

    [FIX] decimal_precision import does not use openerp.addons namespace
    guewen authored and john-herholz-dt committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    e0c86c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d26b626 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    527022a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a023038 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8784181 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a4e7d01 View commit details
    Browse the repository at this point in the history
  7. [FIX] styling, license, imports, some fixes

    [FIX] remove an old view not installable
    guewen authored and john-herholz-dt committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    fba7eab View commit details
    Browse the repository at this point in the history
  8. [FIX] add product_view.xml file

    bealdav authored and john-herholz-dt committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    7430b95 View commit details
    Browse the repository at this point in the history
  9. [IMP] start adding support of onchange in connector-ecommerce

    [IMP] finish onchange support, add doc string, support tax. The option use external taxe will be not implemented, as re-computing tax in OpenERP is the best option. If you need it, create a independant module for it, fix copyright
    
    [REF] refactor introduce the class SaleOrderOnChange
    sebastienbeau authored and john-herholz-dt committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    f7d1939 View commit details
    Browse the repository at this point in the history
  10. [REF] code review

    @ authored and john-herholz-dt committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    3196388 View commit details
    Browse the repository at this point in the history
  11. [IMP] code review

    sebastienbeau authored and john-herholz-dt committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    1bcfecb View commit details
    Browse the repository at this point in the history
  12. [IMP] play on change on sale.order and sale.order.lines in new framew…

    …ork, + support adding extra s.o. lines on the fly
    
    add comments on the internals of SaleOrderOnChange.play()
    gurneyalex authored and john-herholz-dt committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    55ea19b View commit details
    Browse the repository at this point in the history
  13. [FIX] wrong arguments in action_done

    [IMP] work on stock.picking.out instead of stock.picking
    
    [REM] clean delivery carrier old code
    
    [ADD] a connector hook in the stock.picking.out view
    
    [FIX] action_done is not called on stock.picking.out but only on stock.picking
    
    [CHG] rename base_sale_data.xml to ecommerce_data.xml
    
    [ADD] hook in invoice view for connectors
    
    [ADD] account_invoice.origin_order_id, link to the order which created the invoice
    
    [REF] moved sale.py code to old_stuff.py
    
    [ADD] copy the order id to the invoice it creates
    
    [REM] remove code
    
    [REF] move content of partner.py to old_stuff.py
    
    [REF] move partner_view.xml content to old_xml_stuff.xml
    
    [REF] moved code from product.py to old_stuff.py
    
    [REF] removed views and act_window links to ir.model.data from sale_view.xml
    
    [REF] removed external.referential.category.csv
    
    [REF] remove obsolete access groups
    
    [REF] comment out the sale exception until its reimplementation
    
    [REF] removed the import order wizard
    
    [REF] removed connector.py
    
    [FIX] style
    
    [REF] moved external_referential.py code to old_stuff.py
    
    [REF] remove empty files
    
    [ADD] hook for connectors in sale view
    
    [FIX] do not load removed file
    
    [REF] updated __openerp__ manifest, changed copyright attribution to reflect the facts, changed the license from GPL to AGPL-3
    
    [FIX] reintroduce methods used for the import of magento sale orders
    
    [FIX] connector_ecommerce: replace dependencies on sale_quick_payment by sale_quick_payment
    
    [ADD] connector_ecommerce: add import_rule and days_before_cancel in payment.method, theses fields will be used by the connectors
    
    [IMP] connector_ecommerce: call the onchanges on the sale order to apply the workflow default values
    
    [IMP] connector_ecommerce: activate the options 'Allow different addresses', 'Multiple shop', 'Discount on SO lines'
    
    [FIX] noupdate=1 on the global settings activation
    
    [FIX] missing name in a view
    
    [IMP] add hints in payment method view to help in the choice of the import rules
    
    [ADD] on_product_price_changed Event, fired when the price of a product could have changed
    
    As the price is a fields.function based on the contextual pricelist, we can never be sure
    that a price has changed, it depends on the context.
    
    So we search all the base fields used to compute the price, and if one of these has changed,
    the event is fired.
    
    [FIX] initialize the context when None
    
    [IMP] reviewed the connector_ecommerce's description in the manifest __openerp__.py
    
    [FIX] remove obsolete sale exception
    
    [ADD] fields cancelled_in_backend and cancellation_resolved to handle the cancellation of the sales orders from a backend
    
    [IMP] add a notification when a user choose to not cancel a sales order cancelled on the backend
    
    [ADD] notification when a sales order is cancelled on the backend
    
    [IMP] ignore the cancellation from the backend should be done by a sales manager only
    
    [IMP] ask for a reason when the sale order is not cancelled despite the cancellation on the backend
    
    [FIX] filter on cancels should exclude the resolved cancels
    
    [ADD] a parent_id field on the sale order, base implementation, the logic needs to be implemented in the connectors due to their own specificities
    
    [ADD] button to open the parent sale order
    
    [ADD] sale exception preventing confirmation of a sale order when it has a parent order cancelled on the backend
    
    [IMP] add the sales manager rights to the connector manager because they usually need these rights
    
    [IMP] fields 'need_cancel' and 'parent_need_cancel'
    
    [FIX] spells cancelled with the US form: canceled
    
    [FIX] typos in views
    
    [FIX] hide the 'keep open' button in canceled state
    
    [ADD] when we write 'canceled_in_backend' in a sales order, try to automatically cancel it
    
    [FIX] filter out already cancelled sales orders from the filter 'to cancel'
    
    [FIX] domain for the invisible attribute of the 'keep open' button, logic was reversed
    
    [IMP] add a note on the related pickings and invoices of an order cancelled from backend
    
    [FIX] cancelation of sales order: quotation states requires to be canceled via the workflow, sales order states with the action_cancel method. Some states can not be canceled.
    
    [ADD] sale exception when an ordered product has a pending connector checkpoint
    
    [ADD] french translation
    guewen authored and john-herholz-dt committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    92e71bd View commit details
    Browse the repository at this point in the history
  14. [ADD] 'Authorized' import rules to be able to import sales orders aut…

    …horized by a payment institute but not paid yet.
    Brendan Clune authored and john-herholz-dt committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    444c787 View commit details
    Browse the repository at this point in the history
  15. [REF] started to use ConnectorUnit classes to add extra lines in sale…

    … orders (shipping, ...), need a refactoring of the Mapper though. WIP
    guewen authored and john-herholz-dt committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    8912e4d View commit details
    Browse the repository at this point in the history
  16. Fix a bug : remove special fields before database storage (avoid to t…

    …ry to store non existing fields in db)
    Arthur Vuillard authored and john-herholz-dt committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    47664a9 View commit details
    Browse the repository at this point in the history
  17. [DEL] remove old stuff

    guewen authored and john-herholz-dt committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    b95ef06 View commit details
    Browse the repository at this point in the history
  18. [IMP] - make possible to inherit the method _add_order_extra_line (do…

    …ne for prestashoperpconnect in a first place to be able to add or not the tax on delivery lines)
    mathieuvatel authored and john-herholz-dt committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    a250b83 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    27a6434 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    3c91031 View commit details
    Browse the repository at this point in the history
  21. [FIX] the onchange test had a TypeError, now it fails for some reason

    [ADD] a test which check if on_invoice_validated is correctly fired
    
    [ADD] test the fire of 'on_invoice_paid'
    
    [FIX] formatting of the onchange test
    
    [FIX] fix the failing test: the payment_method_id and workflow_payment_id are not mandatory in a sale order
    
    [FIX] fr_FR.po files not loaded, should be named fr.po
    
    [FIX] context not propagated
    
    [ADD] docstring
    
    [CHG] rename ExtraOrderLineBuilder to SpecialOrderLineBuilder
    
    [FIX] use session
    
    [ADD] deprecation warning
    
    [IMP] allow to use a product id or a product browse_record in lines builders
    
    [FIX] Sales Orders onchanges: allow to have lines with other commands than (0, 0, {values}).
    
    [FIX] simplify last change
    
    [FIX] in lines builders, product_ref is not mandatory if we provide a product, renames 'product_id' to 'product', keeping ambiguity as we can have an int or browse_record.
    
    [IMP] propagate the 'shop_id' in the context if it exists so the fiscal position rules (from openerp-fiscal-rules' project) can apply automatically
    
    [FIX] 'int' object is not iterable error
    
    [FIX] 'int' object is not iterable error, again
    guewen authored and john-herholz-dt committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    1057c8e View commit details
    Browse the repository at this point in the history
  22. [BUMP] release 2.1.0

    guewen authored and john-herholz-dt committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    f4613d9 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    cc338c0 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    7824c1e View commit details
    Browse the repository at this point in the history
  25. The special sales orders lines can have a sequence and have low prior…

    …ity by default so they are likely to appear at the bottom, shipping line being the last one
    guewen authored and john-herholz-dt committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    a8d7698 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    c7811bb View commit details
    Browse the repository at this point in the history
  27. rise the sequence of the special lines to reduce chances to be reache…

    …d in case of orders with many lines, leave some space if people want to insert custom special lines in between
    
    The default special's sequence is 980, for the same reason than before
    
    do not build a new dict when default is an empty dict, not necessary to build a context dict (not used)
    
    add read accesses on the sales users so they can confirm a sales order
    guewen authored and john-herholz-dt committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    9c3d2fd View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    8652e7c View commit details
    Browse the repository at this point in the history
  29. Bump to version 2.2.0

    guewen authored and john-herholz-dt committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    05fa15c View commit details
    Browse the repository at this point in the history
  30. set modules to not installable

    Move connector_ecommerce in the root folder and set installable
    
    It now depends on sale_payment_automatic_workflow
    
    In v7. sale_automatic_workflow had a dependency on sale_payment_method.
    This is no longer true, now the module sale_payment_automatic_workflow
    makes the glue between sale_automatic_workflow and sale_payment_method.
    
    sale.shop has passed away
    
    Remove the deprecated methods used to generate special lines, yeah!
    
    stock.picking.out is no longer there
    
    Remove the fiscal position rule onchange
    
    As something similar has been implemented in v8, I'm not sure that
    the fiscal position rule will be used and if it will, the onchange signature
    will change, so let's remove it and add it again if necessary later.
    
    Adapt the onchange players to the new API
    
    Thanks to Model.onchange(), we apply the onchanges on a temporary 'new record' and get back the changed values.
    Then we apply these values on our order values.
    
    Use relative imports and remove fast_suite, checks in tests
    
    Use the new env when building special lines
    
    Rename environment to connector_env (follows connector's changes)
    
    Use the new API
    
    Correctly raise the event when a picking becomes 'done'
    
    Test that on_tracking_number_added is fired
    
    Correctly fire the event for partial pickings
    
    Update the manifest and description; bump to 3.0.0
    
    Correction of typos
    
    Use @api.one as we have nothing outside the loop
    
    Corrections of more typos
    guewen authored and john-herholz-dt committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    48ce15d View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    31d72d6 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    e3aef2d View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    ddc3135 View commit details
    Browse the repository at this point in the history
  34. [UPD] prefix versions with 8.0

    sbidoul authored and john-herholz-dt committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    fdaecba View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    c698507 View commit details
    Browse the repository at this point in the history
  36. [IMP] made module installable

    [IMP] changes related to accounting views
    
    [IMP] changes related to sales and stock views
    
    [REN] renamed inherited class
    
    [IMP] changes related to object rename
    
    [FIX] indentation
    
    [FIX] indentation with spaces
    parthiv authored and john-herholz-dt committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    cc0bdd4 View commit details
    Browse the repository at this point in the history
  37. Replace product.price.type by predefined fields

    Remove workflow related code in sales cancelation
    
    Rework onchange manager as we have only new API
    
    remove +x on csv
    
    Move line builder units in the unit directory
    
    Use ConnectorSession.from_env() idiom
    
    Fix OnChangeManager unit
    
    * pass model to play_onchanges()
    * extract id from (id, name) tuples on many2one fields
    * get actual model and not 'model'
    guewen authored and john-herholz-dt committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    254e3a2 View commit details
    Browse the repository at this point in the history
  38. [FIX] changed to MVC structure

    [FIX] changed to MVC structure - modifications
    
    [IMP] modifications for account_payment_mode
    atchuthan authored and john-herholz-dt committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    2f2d467 View commit details
    Browse the repository at this point in the history
  39. Remove account.tax.group, now exists in 'account'

    Improve phrasing, short license headers, ...
    
    Rename class Environment to ConnectorEnvironment
    
    Following the upstream change
    guewen authored and john-herholz-dt committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    aad8f8d View commit details
    Browse the repository at this point in the history
  40. [FIX] renamed filename to account_payment_mode

    [FIX] sale exception rule eval correction and xml odoo definition
    atchuthan authored and john-herholz-dt committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    79b5dbd View commit details
    Browse the repository at this point in the history
  41. Capitalize products names for consistency

    Correct tests of connector_ecommerce
    
    Do not copy sale fields (+ _compute naming)
    guewen authored and john-herholz-dt committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    3dd78c3 View commit details
    Browse the repository at this point in the history
  42. [FIX] removed duplicate line

    [FIX] dependency on taxes_id for tax_group
    
    [FIX] indentetion issue with python expression
    
    [FIX] code optimization for tax
    
    [REM] removed unnecessary attribute
    
    [FIX] flake8 validation
    parthiv authored and john-herholz-dt committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    037eb86 View commit details
    Browse the repository at this point in the history
  43. Extract onchange fields for better extensibility

    Subclasses of the SaleOrderOnChange are now able to add or remove fields
    from the list of fields on which the onchanges are applied.
    guewen authored and john-herholz-dt committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    5a73a6c View commit details
    Browse the repository at this point in the history
  44. [MIG] Make modules uninstallable

    [MIG] Rename manifest files
    pedrobaeza authored and john-herholz-dt committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    52349d9 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    043846c View commit details
    Browse the repository at this point in the history
  46. [MIG] Migration to 10.0

    sesousy authored and john-herholz-dt committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    a697c3a View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    b72257f View commit details
    Browse the repository at this point in the history
  48. fix message_post() expecting a len(recordset) == 1

    Use new component system
    
    Correct model name
    
    Add new style events
    
    Show connector tab only for connector manager
    
    Fix indentation of views
    
    Dispatch on_picking_out_done on stock.picking
    
    Create sale shipping line as 'is_delivery'
    
    And do not recreate it on delivery if it has been created in the first
    place
    
    Bump connector_ecommerce version
    guewen authored and john-herholz-dt committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    f72d727 View commit details
    Browse the repository at this point in the history
  49. Fire new event: 'on_picking_dropship_done' when an 'incoming' shipmen…

    …t happens but is effectively a 'dropship'
    
    Reduce duplicate code.
    
    Simplify method expression.
    jaredkipe authored and john-herholz-dt committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    9c17855 View commit details
    Browse the repository at this point in the history
  50. Fix lint error introduced in OCA#43

    guewen authored and john-herholz-dt committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    519bed4 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    caa3b08 View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    5856f7d View commit details
    Browse the repository at this point in the history
  53. Update connector_ecommerce/views/sale_view.xml

    Co-Authored-By: acm1pt-colorado <luisadanjimenez@gmail.com>
    2 people authored and john-herholz-dt committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    0d01132 View commit details
    Browse the repository at this point in the history
  54. Update connector_ecommerce/tests/test_picking_event.py

    Co-Authored-By: Iván Todorovich <ivan.todorovich@druidoo.io>
    2 people authored and john-herholz-dt committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    bbf5b5a View commit details
    Browse the repository at this point in the history
  55. Update connector_ecommerce/tests/test_picking_event.py

    Co-Authored-By: Iván Todorovich <ivan.todorovich@druidoo.io>
    2 people authored and john-herholz-dt committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    ca40fc1 View commit details
    Browse the repository at this point in the history
  56. RMV rule_group from ecommerce data xml

    LuisAdan authored and john-herholz-dt committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    39fd063 View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    fa3e775 View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    40a126e View commit details
    Browse the repository at this point in the history
  59. [FIX]not exist field in model raise error so remove those before call…

    …ing onchange and then add back
    bizzappdev authored and john-herholz-dt committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    c218dab View commit details
    Browse the repository at this point in the history
  60. [FIX]proper exception rule

    bizzappdev authored and john-herholz-dt committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    33ab710 View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    9469507 View commit details
    Browse the repository at this point in the history
  62. [FIX]pre-commit

    bizzappdev authored and john-herholz-dt committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    faf2f9e View commit details
    Browse the repository at this point in the history
  63. [FIX]remove not needed fields

    bizzappdev authored and john-herholz-dt committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    efcddb6 View commit details
    Browse the repository at this point in the history
  64. [FIX] Fix action done

    florian-dacosta authored and john-herholz-dt committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    6b3f3b7 View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    ace1450 View commit details
    Browse the repository at this point in the history
  66. Configuration menu
    Copy the full SHA
    8869de7 View commit details
    Browse the repository at this point in the history
  67. Configuration menu
    Copy the full SHA
    3d0bcf9 View commit details
    Browse the repository at this point in the history
  68. Configuration menu
    Copy the full SHA
    20e84a2 View commit details
    Browse the repository at this point in the history
  69. [FIX] rule must be created as inactive as it could break standard beh…

    …aviour
    Cédric Pigeon authored and john-herholz-dt committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    553dc41 View commit details
    Browse the repository at this point in the history
  70. Configuration menu
    Copy the full SHA
    8e717e2 View commit details
    Browse the repository at this point in the history
  71. Configuration menu
    Copy the full SHA
    b788ab0 View commit details
    Browse the repository at this point in the history
  72. Configuration menu
    Copy the full SHA
    a369855 View commit details
    Browse the repository at this point in the history
  73. Configuration menu
    Copy the full SHA
    94a4469 View commit details
    Browse the repository at this point in the history
  74. Configuration menu
    Copy the full SHA
    1609b7d View commit details
    Browse the repository at this point in the history
  75. Configuration menu
    Copy the full SHA
    0e3c325 View commit details
    Browse the repository at this point in the history
  76. Configuration menu
    Copy the full SHA
    9cc0c10 View commit details
    Browse the repository at this point in the history
  77. Configuration menu
    Copy the full SHA
    89d14f4 View commit details
    Browse the repository at this point in the history
  78. [UPD] Update connector_ecommerce.pot

    oca-ci authored and john-herholz-dt committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    ca8db89 View commit details
    Browse the repository at this point in the history
  79. [UPD] README.rst

    OCA-git-bot authored and john-herholz-dt committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    2cf8c0c View commit details
    Browse the repository at this point in the history
  80. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: connector-ecommerce-16.0/connector-ecommerce-16.0-connector_ecommerce
    Translate-URL: https://translation.odoo-community.org/projects/connector-ecommerce-16-0/connector-ecommerce-16-0-connector_ecommerce/
    weblate authored and john-herholz-dt committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    c169bf5 View commit details
    Browse the repository at this point in the history
  81. Translated using Weblate (Spanish)

    Currently translated at 93.9% (62 of 66 strings)
    
    Translation: connector-ecommerce-16.0/connector-ecommerce-16.0-connector_ecommerce
    Translate-URL: https://translation.odoo-community.org/projects/connector-ecommerce-16-0/connector-ecommerce-16-0-connector_ecommerce/es/
    SoniaViciana authored and john-herholz-dt committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    9784ca6 View commit details
    Browse the repository at this point in the history
  82. Translated using Weblate (Spanish)

    Currently translated at 100.0% (63 of 63 strings)
    
    Translation: connector-ecommerce-16.0/connector-ecommerce-16.0-connector_ecommerce
    Translate-URL: https://translation.odoo-community.org/projects/connector-ecommerce-16-0/connector-ecommerce-16-0-connector_ecommerce/es/
    Ivorra78 authored and john-herholz-dt committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    0916615 View commit details
    Browse the repository at this point in the history
  83. [UPD] README.rst

    OCA-git-bot authored and john-herholz-dt committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    6cb7368 View commit details
    Browse the repository at this point in the history
  84. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: connector-ecommerce-16.0/connector-ecommerce-16.0-connector_ecommerce
    Translate-URL: https://translation.odoo-community.org/projects/connector-ecommerce-16-0/connector-ecommerce-16-0-connector_ecommerce/
    weblate authored and john-herholz-dt committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    f696a49 View commit details
    Browse the repository at this point in the history
  85. Translated using Weblate (Spanish)

    Currently translated at 100.0% (60 of 60 strings)
    
    Translation: connector-ecommerce-16.0/connector-ecommerce-16.0-connector_ecommerce
    Translate-URL: https://translation.odoo-community.org/projects/connector-ecommerce-16-0/connector-ecommerce-16-0-connector_ecommerce/es/
    Ivorra78 authored and john-herholz-dt committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    16c1520 View commit details
    Browse the repository at this point in the history
  86. Configuration menu
    Copy the full SHA
    4bb4131 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Configuration menu
    Copy the full SHA
    627d70d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    30db326 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2024

  1. run tests

    john-herholz-dt committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    baaa2cd View commit details
    Browse the repository at this point in the history