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

[13.0][MIG] Module l10n_br_sale_stock #1786

Closed
wants to merge 188 commits into from

Commits on Jan 17, 2022

  1. [MIGR][l10n_br_sale_stock] extracted product_packaging module in new …

    …l10n_br_sale_stock module to accomodate to the increased modulrity in OpenERP 7 where sale modules doesn't force you to install the stock module aymore
    rvalyi authored and mbcosta committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    b52e174 View commit details
    Browse the repository at this point in the history
  2. [MIGR] finalização do módulo l10n_br_sale_stock e correções do l10n_b…

    …r_account e l10n_br_account
    renatonlima authored and mbcosta committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    12f5b03 View commit details
    Browse the repository at this point in the history
  3. Formatação do código dos modulos l10n_br_account, l10n_br_base, l10n_…

    …br_crm, l10n_br_data_base, l10n_br_data_zip e l10n_br_sale_stock
    renatonlima authored and mbcosta committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    b7717eb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e2cbf28 View commit details
    Browse the repository at this point in the history
  5. formatação do código PEP8

    renatonlima authored and mbcosta committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    2708d5b View commit details
    Browse the repository at this point in the history
  6. [MIGR] Formatação do código PEP8, corrigida visões do modulo l10n_br_…

    …stock e corrigido métodos onchange do objeto stock.picking
    renatonlima authored and mbcosta committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    928cc71 View commit details
    Browse the repository at this point in the history
  7. [MIGR] trocadas chaves update_xml, init_xml por data e demo_xml por d…

    …emo nos arquivos __openerp__.py de todos modulos da localização
    renatonlima authored and mbcosta committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    ea6c0c8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d819c19 View commit details
    Browse the repository at this point in the history
  9. [FIX] Incluído módulo l10n_br_stock na dependência do módulo l10n_br_…

    …sale_stock, removido chave 'demo' duplicada no l10n_br_sale_stock/__openerp__.py
    renatonlima authored and mbcosta committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    c8cd815 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8dd2356 View commit details
    Browse the repository at this point in the history
  11. Incluido recurso para permitir incluir observações nas classificações…

    … fiscais e copia-la nos documentos fiscais, corrigido copia de observações de posições fiscais por linhas
    renatonlima authored and mbcosta committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    5da448f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    21439b9 View commit details
    Browse the repository at this point in the history
  13. l10n_br_stock, l10n_br_sale_stock, l10n_br_purchase: Geração de docum…

    …ento fiscal a partir do picking, postado códigos para manter modularidade.
    renatonlima authored and mbcosta committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    a081e69 View commit details
    Browse the repository at this point in the history
  14. Adicionado arquivos de tradução vazios pt_BR.po para evitar mensagens…

    … de alertas no log e futura internacionalização dos termos da localização
    renatonlima authored and mbcosta committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    c63be37 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    7132db1 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    54d2e0b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    6ec18e7 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    2c7ff93 View commit details
    Browse the repository at this point in the history
  19. moved data arround to get sale on_change tests passing but in the l10…

    …n_br_sale_stock module
    rvalyi authored and mbcosta committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    d11d58c View commit details
    Browse the repository at this point in the history
  20. converting l10n_br_sale and l10n_br_sale_stock to web_context_tunnel …

    …module, preserving all orginial on_change signatures
    rvalyi authored and mbcosta committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    45c361d View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    a92e90d View commit details
    Browse the repository at this point in the history
  22. manually complete the context before on_change is played in YAML test…

    … to fake web_context_tunnel behavior
    rvalyi authored and mbcosta committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    2faaa9e View commit details
    Browse the repository at this point in the history
  23. l10n_br_sale_stock: creating delivery from test sale order, and creat…

    …ing test invoice from delivery
    rvalyi authored and mbcosta committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    00e3db4 View commit details
    Browse the repository at this point in the history
  24. [FIX] Corrigido testes do módulo l10n_br_sale_stock para não tentar f…

    …aturar um picking que já foi faturado
    renatonlima authored and mbcosta committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    d6eab21 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    92adf5f View commit details
    Browse the repository at this point in the history
  26. minor optimization

    rvalyi authored and mbcosta committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    b5eb1dd View commit details
    Browse the repository at this point in the history
  27. [REF] moved and refactored _make_invoice so it can now stays in l10n_…

    …br_sale and works wether l10n_br_account_service is installed or not
    rvalyi authored and mbcosta committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    2313955 View commit details
    Browse the repository at this point in the history
  28. [REF] WARNING moved default 'Venda' fiscal category to l10n_br_accoun…

    …t so it can be shared bewteen products and services. You need to change the ir_model_data id of this fiscal category by SQL to update your database
    rvalyi authored and mbcosta committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    322ae09 View commit details
    Browse the repository at this point in the history
  29. Revert "[REF] WARNING moved default 'Venda' fiscal category to l10n_b…

    …r_account so it can be shared bewteen products and services. You need to change the ir_model_data id of this fiscal category by SQL to update your database"
    
    This reverts commit 5296355.
    renatonlima authored and mbcosta committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    aac7eee View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    4a815e4 View commit details
    Browse the repository at this point in the history
  31. re-activated tests for Travis-CI

    rvalyi authored and mbcosta committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    7ae1086 View commit details
    Browse the repository at this point in the history
  32. updated tests for new demo data

    rvalyi authored and mbcosta committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    cbe1f80 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    1b9eed1 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    32adea3 View commit details
    Browse the repository at this point in the history
  35. Iniciado copiar métodos dos módulos l10n_br_sale e l10n_br_sale_stock…

    … para o l10n_br_sale_product
    renatonlima authored and mbcosta committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    41d06b9 View commit details
    Browse the repository at this point in the history
  36. Inicio da extração dos campos e métodos do módulo l10n_br_sale para o…

    … novo módulo l10n_br_sale_product
    renatonlima authored and mbcosta committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    a283813 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    978d5be View commit details
    Browse the repository at this point in the history
  38. [NEW][FIX] Criação dos campos fiscal position e fiscal category na cl…

    …asse StockMove e correção do _prepare_invoice_line
    mileo authored and mbcosta committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    0c431b1 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    da83359 View commit details
    Browse the repository at this point in the history
  40. [REF][NEW][DEL] Criação dos on changes no stock.move dos pickings, re…

    …fatoração do l10n_br_purcharse para corresponder aos novos comportamentos, _prepare_invoice_line removido do l10n_br_purshase,l10n_br_sale_stock e mantido apenas no l10n_br_stock.
    mileo authored and mbcosta committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    a12e820 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    c848b36 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    8dc3830 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    ee757ce View commit details
    Browse the repository at this point in the history
  44. [FIX] sale_analysis_report

    ananiasfilho authored and mbcosta committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    5170446 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    da0e3ab View commit details
    Browse the repository at this point in the history
  46. update metadata

    renatonlima authored and mbcosta committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    0929454 View commit details
    Browse the repository at this point in the history
  47. change dependency

    renatonlima authored and mbcosta committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    7ee3255 View commit details
    Browse the repository at this point in the history
  48. comment data file

    renatonlima authored and mbcosta committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    4c462b9 View commit details
    Browse the repository at this point in the history
  49. migrate sale.order object to new API

    renatonlima authored and mbcosta committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    41faaa7 View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    87aa03d View commit details
    Browse the repository at this point in the history
  51. update yml test file

    renatonlima authored and mbcosta committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    3db7c6b View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    05d62b4 View commit details
    Browse the repository at this point in the history
  53. copy incoterm

    renatonlima authored and mbcosta committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    b5e0e0f View commit details
    Browse the repository at this point in the history
  54. migration to 8.0

    renatonlima authored and mbcosta committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    24027fb View commit details
    Browse the repository at this point in the history
  55. moved models and views to a folder as new pattern and replace uncodin…

    …g to coding in py files
    renatonlima authored and mbcosta committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    5403f90 View commit details
    Browse the repository at this point in the history
  56. pep8 hopefully cleared

    rvalyi authored and mbcosta committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    18d8395 View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    fc3fa01 View commit details
    Browse the repository at this point in the history
  58. remove empty file

    renatonlima authored and mbcosta committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    ac511b2 View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    219310a View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    884863e View commit details
    Browse the repository at this point in the history
  61. update metadata

    renatonlima authored and mbcosta committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    112ac5d View commit details
    Browse the repository at this point in the history
  62. comment data file

    renatonlima authored and mbcosta committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    fd83e64 View commit details
    Browse the repository at this point in the history
  63. Configuration menu
    Copy the full SHA
    259b265 View commit details
    Browse the repository at this point in the history
  64. Configuration menu
    Copy the full SHA
    765179b View commit details
    Browse the repository at this point in the history
  65. copy incoterm

    renatonlima authored and mbcosta committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    3e782cc View commit details
    Browse the repository at this point in the history
  66. migration to 8.0

    renatonlima authored and mbcosta committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    39e0293 View commit details
    Browse the repository at this point in the history
  67. moved models and views to a folder as new pattern and replace uncodin…

    …g to coding in py files
    renatonlima authored and mbcosta committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    08aa527 View commit details
    Browse the repository at this point in the history
  68. pep8 hopefully cleared

    rvalyi authored and mbcosta committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    0b9413a View commit details
    Browse the repository at this point in the history
  69. Configuration menu
    Copy the full SHA
    8691cd3 View commit details
    Browse the repository at this point in the history
  70. update metadata

    renatonlima authored and mbcosta committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    fd4aba4 View commit details
    Browse the repository at this point in the history
  71. Configuration menu
    Copy the full SHA
    469dc59 View commit details
    Browse the repository at this point in the history
  72. Configuration menu
    Copy the full SHA
    20da7e1 View commit details
    Browse the repository at this point in the history
  73. copy incoterm

    renatonlima authored and mbcosta committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    c32578c View commit details
    Browse the repository at this point in the history
  74. migration to 8.0

    renatonlima authored and mbcosta committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    26b35e1 View commit details
    Browse the repository at this point in the history
  75. moved models and views to a folder as new pattern and replace uncodin…

    …g to coding in py files
    renatonlima authored and mbcosta committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    eb95313 View commit details
    Browse the repository at this point in the history
  76. pep8 hopefully cleared

    rvalyi authored and mbcosta committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    b1fbc2d View commit details
    Browse the repository at this point in the history
  77. remove empty file

    renatonlima authored and mbcosta committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    ac8b93d View commit details
    Browse the repository at this point in the history
  78. Configuration menu
    Copy the full SHA
    f317c6f View commit details
    Browse the repository at this point in the history
  79. Configuration menu
    Copy the full SHA
    63f33c5 View commit details
    Browse the repository at this point in the history
  80. fix test

    renatonlima authored and mbcosta committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    c8f120f View commit details
    Browse the repository at this point in the history
  81. pep8

    renatonlima authored and mbcosta committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    0dd736d View commit details
    Browse the repository at this point in the history
  82. Configuration menu
    Copy the full SHA
    045f9b5 View commit details
    Browse the repository at this point in the history
  83. [REF] Replace tabs with spaces

    find . -name '*.xml' ! -type d -exec bash -c 'expand -t 4 "$0" > /tmp/e && mv /tmp/e "$0"' {} \;
    mileo authored and mbcosta committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    7434760 View commit details
    Browse the repository at this point in the history
  84. lighter new style OCA license headers

    rvalyi authored and mbcosta committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    593f317 View commit details
    Browse the repository at this point in the history
  85. [MIG] Make modules uninstallable

    renatonlima authored and mbcosta committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    f4a4c57 View commit details
    Browse the repository at this point in the history
  86. [MIG] Rename manifest files

    renatonlima authored and mbcosta committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    d805d67 View commit details
    Browse the repository at this point in the history
  87. Update l10n_br_sale_stock

    renatonlima authored and mbcosta committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    469ca9f View commit details
    Browse the repository at this point in the history
  88. [ADD] readme files

    renatonlima authored and mbcosta committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    26dba97 View commit details
    Browse the repository at this point in the history
  89. [MIGR] manifest

    renatonlima authored and mbcosta committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    788d021 View commit details
    Browse the repository at this point in the history
  90. [MIGR] models

    renatonlima authored and mbcosta committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    2d9e097 View commit details
    Browse the repository at this point in the history
  91. Rename file

    renatonlima authored and mbcosta committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    a4aa75c View commit details
    Browse the repository at this point in the history
  92. Configuration menu
    Copy the full SHA
    5226767 View commit details
    Browse the repository at this point in the history
  93. [MIGR] l10n_br_sale_stock cleanup

    renatonlima authored and mbcosta committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    78884cf View commit details
    Browse the repository at this point in the history
  94. [MIGR] demo data

    renatonlima authored and mbcosta committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    b877b31 View commit details
    Browse the repository at this point in the history
  95. [FIX] Deprecated yml

    DiegoParadeda authored and mbcosta committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    ec91f6a View commit details
    Browse the repository at this point in the history
  96. [FIX] Typo

    DiegoParadeda authored and mbcosta committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    9889370 View commit details
    Browse the repository at this point in the history
  97. Configuration menu
    Copy the full SHA
    0ec3375 View commit details
    Browse the repository at this point in the history
  98. Configuration menu
    Copy the full SHA
    2f17fa2 View commit details
    Browse the repository at this point in the history
  99. Configuration menu
    Copy the full SHA
    f1d868e View commit details
    Browse the repository at this point in the history
  100. [ADD] Tests

    DiegoParadeda authored and mbcosta committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    c376e83 View commit details
    Browse the repository at this point in the history
  101. [ADD] Author + remove coding utf-8

    DiegoParadeda authored and mbcosta committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    8267f69 View commit details
    Browse the repository at this point in the history
  102. [RMV] Unused view

    DiegoParadeda authored and mbcosta committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    85661e0 View commit details
    Browse the repository at this point in the history
  103. [FIX] Flake 8

    DiegoParadeda authored and mbcosta committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    0439a46 View commit details
    Browse the repository at this point in the history
  104. Configuration menu
    Copy the full SHA
    9feb522 View commit details
    Browse the repository at this point in the history
  105. Configuration menu
    Copy the full SHA
    2d96339 View commit details
    Browse the repository at this point in the history
  106. Configuration menu
    Copy the full SHA
    e81af00 View commit details
    Browse the repository at this point in the history
  107. [FIX] Flake8

    gabrielcardoso21 authored and mbcosta committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    f1b5948 View commit details
    Browse the repository at this point in the history
  108. [FIX] Test

    gabrielcardoso21 authored and mbcosta committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    0088616 View commit details
    Browse the repository at this point in the history
  109. [REM] File procurement.py

    gabrielcardoso21 authored and mbcosta committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    04fe20a View commit details
    Browse the repository at this point in the history
  110. [ADD] Contributor

    gabrielcardoso21 authored and mbcosta committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    7ed6754 View commit details
    Browse the repository at this point in the history
  111. [FIX] Readme

    marcelsavegnago authored and mbcosta committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    bd07357 View commit details
    Browse the repository at this point in the history
  112. Configuration menu
    Copy the full SHA
    526589d View commit details
    Browse the repository at this point in the history
  113. Configuration menu
    Copy the full SHA
    e4c4a8d View commit details
    Browse the repository at this point in the history
  114. [FIX] invoice.ids

    mileo authored and mbcosta committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    d9956d6 View commit details
    Browse the repository at this point in the history
  115. Configuration menu
    Copy the full SHA
    e4939ac View commit details
    Browse the repository at this point in the history
  116. Configuration menu
    Copy the full SHA
    82dc985 View commit details
    Browse the repository at this point in the history
  117. [ADD] Maintainer

    gabrielcardoso21 authored and mbcosta committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    9895d61 View commit details
    Browse the repository at this point in the history
  118. [NEW] Tradução

    mileo authored and mbcosta committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    19e2f32 View commit details
    Browse the repository at this point in the history
  119. [UPD] Update l10n_br_sale_stock.pot

    oca-travis authored and mbcosta committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    2a0552a View commit details
    Browse the repository at this point in the history
  120. [ADD] icon.png

    OCA-git-bot authored and mbcosta committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    32c6686 View commit details
    Browse the repository at this point in the history
  121. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: l10n-brazil-12.0/l10n-brazil-12.0-l10n_br_sale_stock
    Translate-URL: https://translation.odoo-community.org/projects/l10n-brazil-12-0/l10n-brazil-12-0-l10n_br_sale_stock/
    oca-transbot authored and mbcosta committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    6a3b016 View commit details
    Browse the repository at this point in the history
  122. Configuration menu
    Copy the full SHA
    a6e8b63 View commit details
    Browse the repository at this point in the history
  123. l10n_br_sale_stock 12.0.1.0.1

    OCA-git-bot authored and mbcosta committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    664fda2 View commit details
    Browse the repository at this point in the history
  124. [WIP] Commented code to avoid error in travis, refactor are done in s…

    …pecific PR for l10n_br_sale_stock module.
    mbcosta committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    e072816 View commit details
    Browse the repository at this point in the history
  125. l10n_br_sale_stock 12.0.2.0.0

    OCA-git-bot authored and mbcosta committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    c83a2eb View commit details
    Browse the repository at this point in the history
  126. Configuration menu
    Copy the full SHA
    f60822d View commit details
    Browse the repository at this point in the history
  127. Configuration menu
    Copy the full SHA
    10ee731 View commit details
    Browse the repository at this point in the history
  128. Configuration menu
    Copy the full SHA
    01a02f5 View commit details
    Browse the repository at this point in the history
  129. [FIX+REF] Name class, remove field with copy=True because it already …

    …get this information from get methods and inform partner_invoice_id to create Invoice when is Sale Order.
    mbcosta committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    a8f82ef View commit details
    Browse the repository at this point in the history
  130. Configuration menu
    Copy the full SHA
    c1fe398 View commit details
    Browse the repository at this point in the history
  131. Configuration menu
    Copy the full SHA
    ce13d58 View commit details
    Browse the repository at this point in the history
  132. [REF] When Sale Order check if Payment Term is different from default…

    … of partner and use it.
    mbcosta committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    c139cf7 View commit details
    Browse the repository at this point in the history
  133. Configuration menu
    Copy the full SHA
    1710bbe View commit details
    Browse the repository at this point in the history
  134. [FIX] PEP8.

    mbcosta committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    5e76b4f View commit details
    Browse the repository at this point in the history
  135. Configuration menu
    Copy the full SHA
    76765fd View commit details
    Browse the repository at this point in the history
  136. [REM] Unnecessary method.

    mbcosta committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    69f43bc View commit details
    Browse the repository at this point in the history
  137. [REF] Ungrouped stock.move with sale_line_id and update dictionary us…

    …ed for create invoice with sale data.
    mbcosta committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    2332ec6 View commit details
    Browse the repository at this point in the history
  138. Configuration menu
    Copy the full SHA
    20d060e View commit details
    Browse the repository at this point in the history
  139. Configuration menu
    Copy the full SHA
    aed3585 View commit details
    Browse the repository at this point in the history
  140. [IMP] Tests grouping pickings and fields should be using from Sale Or…

    …der in creation of Invoice.
    mbcosta committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    76ad403 View commit details
    Browse the repository at this point in the history
  141. Configuration menu
    Copy the full SHA
    37aa0b6 View commit details
    Browse the repository at this point in the history
  142. [FIX] Update header copyright

    renatonlima authored and mbcosta committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    a32bfeb View commit details
    Browse the repository at this point in the history
  143. [FIX] Update module maintainers

    renatonlima authored and mbcosta committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    0a3dd00 View commit details
    Browse the repository at this point in the history
  144. [UPD] Update l10n_br_sale_stock.pot

    oca-travis authored and mbcosta committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    51eca5c View commit details
    Browse the repository at this point in the history
  145. [UPD] README.rst

    OCA-git-bot authored and mbcosta committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    f9bd510 View commit details
    Browse the repository at this point in the history
  146. l10n_br_sale_stock 12.0.3.0.0

    OCA-git-bot authored and mbcosta committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    abde806 View commit details
    Browse the repository at this point in the history
  147. [REF] Created compute field to make invisible button Create Invoice, …

    …because it is dynamic.
    mbcosta committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    1853616 View commit details
    Browse the repository at this point in the history
  148. [FIX] If Sale Create Invoice Policy are stock_picking should be not p…

    …ossible create Invoice from Sale Order for type product.
    mbcosta committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    6be5081 View commit details
    Browse the repository at this point in the history
  149. [REF] Changed product used for test Service because invoice_policy ar…

    …e defined as delivery what makes invoice create don't work.
    mbcosta committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    d4b5458 View commit details
    Browse the repository at this point in the history
  150. Configuration menu
    Copy the full SHA
    e956607 View commit details
    Browse the repository at this point in the history
  151. [FIX] l10n_br_sale: flake8

    marcelsavegnago authored and mbcosta committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    3e35ba6 View commit details
    Browse the repository at this point in the history
  152. Configuration menu
    Copy the full SHA
    984e1da View commit details
    Browse the repository at this point in the history
  153. [UPD] Update l10n_br_sale_stock.pot

    oca-travis authored and mbcosta committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    c4ec6e0 View commit details
    Browse the repository at this point in the history
  154. l10n_br_sale_stock 12.0.4.0.0

    OCA-git-bot authored and mbcosta committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    d60d143 View commit details
    Browse the repository at this point in the history
  155. Configuration menu
    Copy the full SHA
    3ca8861 View commit details
    Browse the repository at this point in the history
  156. Remove dict key

    renatonlima authored and mbcosta committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    6cb0440 View commit details
    Browse the repository at this point in the history
  157. l10n_br_sale_stock 12.0.5.0.0

    OCA-git-bot authored and mbcosta committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    fc61c8c View commit details
    Browse the repository at this point in the history
  158. Configuration menu
    Copy the full SHA
    eebbdb5 View commit details
    Browse the repository at this point in the history
  159. Configuration menu
    Copy the full SHA
    f30595e View commit details
    Browse the repository at this point in the history
  160. [FIX] Import order.

    mbcosta committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    64ccd89 View commit details
    Browse the repository at this point in the history
  161. [UPD] Update l10n_br_sale_stock.pot

    oca-travis authored and mbcosta committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    992dbd3 View commit details
    Browse the repository at this point in the history
  162. l10n_br_sale_stock 12.0.5.1.0

    OCA-git-bot authored and mbcosta committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    a1dac10 View commit details
    Browse the repository at this point in the history
  163. [FIX] There are two buttons 'Create Invoice' in Sale Order and both s…

    …hould has the attribute invisible changed.
    mbcosta committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    92aedf7 View commit details
    Browse the repository at this point in the history
  164. Configuration menu
    Copy the full SHA
    5a5345e View commit details
    Browse the repository at this point in the history
  165. Configuration menu
    Copy the full SHA
    4f3a6c9 View commit details
    Browse the repository at this point in the history
  166. l10n_br_sale_stock 12.0.5.2.0

    OCA-git-bot authored and mbcosta committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    b4a92fc View commit details
    Browse the repository at this point in the history
  167. Configuration menu
    Copy the full SHA
    3f5b85b View commit details
    Browse the repository at this point in the history
  168. l10n_br_sale_stock 12.0.5.2.1

    OCA-git-bot authored and mbcosta committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    0e3f66d View commit details
    Browse the repository at this point in the history
  169. l10n_br_sale_stock 12.0.5.2.2

    OCA-git-bot authored and mbcosta committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    68d1139 View commit details
    Browse the repository at this point in the history
  170. remove useless default @api.multi

    rvalyi authored and mbcosta committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    f0c75f1 View commit details
    Browse the repository at this point in the history
  171. Configuration menu
    Copy the full SHA
    f502bed View commit details
    Browse the repository at this point in the history
  172. l10n_br_sale_stock 12.0.5.3.0

    OCA-git-bot authored and mbcosta committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    34ed818 View commit details
    Browse the repository at this point in the history
  173. Configuration menu
    Copy the full SHA
    8076a21 View commit details
    Browse the repository at this point in the history
  174. Configuration menu
    Copy the full SHA
    5a2e0d5 View commit details
    Browse the repository at this point in the history
  175. Configuration menu
    Copy the full SHA
    17407d4 View commit details
    Browse the repository at this point in the history
  176. E741 ambiguous variable name 'l'

    rvalyi authored and mbcosta committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    9e9f724 View commit details
    Browse the repository at this point in the history
  177. Configuration menu
    Copy the full SHA
    745b918 View commit details
    Browse the repository at this point in the history
  178. [FIX] check if sale_id.note is false

    renatonlima authored and mbcosta committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    a154a1e View commit details
    Browse the repository at this point in the history
  179. l10n_br_sale_stock 12.0.5.3.1

    OCA-git-bot authored and mbcosta committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    897fadc View commit details
    Browse the repository at this point in the history
  180. [FIX] Test, field price_unit can be changed after Confimed stock.pick…

    …ing depending of Product Stock Valuation defined.
    mbcosta committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    ff27b5b View commit details
    Browse the repository at this point in the history
  181. Configuration menu
    Copy the full SHA
    10ad804 View commit details
    Browse the repository at this point in the history
  182. l10n_br_sale_stock 12.0.5.4.0

    OCA-git-bot authored and mbcosta committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    1172861 View commit details
    Browse the repository at this point in the history
  183. fix tests

    antoniospneto authored and mbcosta committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    75a6d7c View commit details
    Browse the repository at this point in the history
  184. Configuration menu
    Copy the full SHA
    e94da47 View commit details
    Browse the repository at this point in the history
  185. Configuration menu
    Copy the full SHA
    d4ba82f View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2022

  1. [MIG] Object account.invoice and account.invoice.line become account.…

    …move and account.move.line and the name of method to Create Invoice in sale.order was changed.
    mbcosta committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    0b0c045 View commit details
    Browse the repository at this point in the history
  2. [MIG] Because of the changed in method _get_new_picking_values are ne…

    …cessary to get the main Fiscal Operation from Sale Order to used in creation of Stock Picking.
    mbcosta committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    112d1be View commit details
    Browse the repository at this point in the history
  3. [UPD] History README.

    mbcosta committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    9fd7d40 View commit details
    Browse the repository at this point in the history