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

[16.0][MIG][spec_driven_model] #2882

Merged
merged 178 commits into from
Jul 23, 2024
Merged

Commits on Jul 23, 2024

  1. Configuration menu
    Copy the full SHA
    3ae943d View commit details
    Browse the repository at this point in the history
  2. [WIP] Export xml from spec models

    Signed-off-by: Luis Felipe Mileo <[email protected]>
    mileo authored and rvalyi committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    8b71dca View commit details
    Browse the repository at this point in the history
  3. [NEW] Export button

    Signed-off-by: Luis Felipe Mileo <[email protected]>
    mileo authored and rvalyi committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    4cfbaff View commit details
    Browse the repository at this point in the history
  4. [WIP] Export related fields

    Signed-off-by: Luis Felipe Mileo <[email protected]>
    mileo authored and rvalyi committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    04ec081 View commit details
    Browse the repository at this point in the history
  5. [NEW] Export to xml many2one, monetary, datetime fields

    Signed-off-by: Luis Felipe Mileo <[email protected]>
    mileo authored and rvalyi committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    4a21e72 View commit details
    Browse the repository at this point in the history
  6. [NEW] Export XML One2many fields

    Signed-off-by: Luis Felipe Mileo <[email protected]>
    mileo authored and rvalyi committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    4efde1d View commit details
    Browse the repository at this point in the history
  7. [REF] Clean code and improve performance

    Signed-off-by: Luis Felipe Mileo <[email protected]>
    mileo authored and rvalyi committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    d876305 View commit details
    Browse the repository at this point in the history
  8. [REF] Clean code

    Signed-off-by: Luis Felipe Mileo <[email protected]>
    mileo authored and rvalyi committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    1d44824 View commit details
    Browse the repository at this point in the history
  9. [IMP] Float and monetary export

    Signed-off-by: Luis Felipe Mileo <[email protected]>
    mileo authored and rvalyi committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    6f8010e View commit details
    Browse the repository at this point in the history
  10. [WIP] Stacked model recursion

    Signed-off-by: Luis Felipe Mileo <[email protected]>
    mileo authored and rvalyi committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    d5f2caf View commit details
    Browse the repository at this point in the history
  11. [ADD] Print item xml

    gabrielcardoso21 authored and rvalyi committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    d91e393 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3b2ef8f View commit details
    Browse the repository at this point in the history
  13. [REF] Clean code

    Signed-off-by: Luis Felipe Mileo <[email protected]>
    mileo authored and rvalyi committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    0d95071 View commit details
    Browse the repository at this point in the history
  14. [REF] Remove prints

    Signed-off-by: Luis Felipe Mileo <[email protected]>
    mileo authored and rvalyi committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    b542ea7 View commit details
    Browse the repository at this point in the history
  15. [REM] Unwanted tags

    gabrielcardoso21 authored and rvalyi committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    5cab6ab View commit details
    Browse the repository at this point in the history
  16. [REM] Empty tags

    gabrielcardoso21 authored and rvalyi committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    b26352d View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    1e8761c View commit details
    Browse the repository at this point in the history
  18. [ADD] Export CST tag

    gabrielcardoso21 authored and rvalyi committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    ac0aa3b View commit details
    Browse the repository at this point in the history
  19. [ADD] Correct export of tag IPI

    gabrielcardoso21 authored and rvalyi committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    c334482 View commit details
    Browse the repository at this point in the history
  20. [ADD] Correct export of tag PIS

    gabrielcardoso21 authored and rvalyi committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    27e420e View commit details
    Browse the repository at this point in the history
  21. [ADD] Correct export of tag PIS

    gabrielcardoso21 authored and rvalyi committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    af2ae9f View commit details
    Browse the repository at this point in the history
  22. [REM] Tag ISSQN if not service

    gabrielcardoso21 authored and rvalyi committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    fb4f626 View commit details
    Browse the repository at this point in the history
  23. [REF] Show only the correct tags

    gabrielcardoso21 authored and rvalyi committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    be2c7b0 View commit details
    Browse the repository at this point in the history
  24. [ADD] Barcode logic

    gabrielcardoso21 authored and rvalyi committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    5d4f715 View commit details
    Browse the repository at this point in the history
  25. [ADD] modBC field

    gabrielcardoso21 authored and rvalyi committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    820221a View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    fa4104b View commit details
    Browse the repository at this point in the history
  27. [REM] Tags II, PISST and COFINSST

    gabrielcardoso21 authored and rvalyi committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    78102aa View commit details
    Browse the repository at this point in the history
  28. [NEW] ExportDS and ExportXML

    Signed-off-by: Luis Felipe Mileo <[email protected]>
    mileo authored and rvalyi committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    5b7f764 View commit details
    Browse the repository at this point in the history
  29. [FIX] Pep8 spec_driven_model

    gabrielcardoso21 authored and rvalyi committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    a7d8749 View commit details
    Browse the repository at this point in the history
  30. [FIX] Replace print with logs and other lint errors

    Signed-off-by: Luis Felipe Mileo <[email protected]>
    
    Signed-off-by: Luis Felipe Mileo <[email protected]>
    
    Signed-off-by: Luis Felipe Mileo <[email protected]>
    
    Signed-off-by: Luis Felipe Mileo <[email protected]>
    mileo authored and rvalyi committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    f139a59 View commit details
    Browse the repository at this point in the history
  31. [FIX] Mensagens do _logger.info

    gabrielcardoso21 authored and rvalyi committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    0581fce View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    ff8d39f View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    cb74aef View commit details
    Browse the repository at this point in the history
  34. [ADD] Valor correto do campo

    gabrielcardoso21 authored and rvalyi committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    8b9c3f1 View commit details
    Browse the repository at this point in the history
  35. [REF] Use _get_concrete function

    gabrielcardoso21 authored and rvalyi committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    86e1ee6 View commit details
    Browse the repository at this point in the history
  36. [REM] Logging

    gabrielcardoso21 authored and rvalyi committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    b85f52c View commit details
    Browse the repository at this point in the history
  37. [ADD] Campo nItem

    gabrielcardoso21 authored and rvalyi committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    bdd4531 View commit details
    Browse the repository at this point in the history
  38. [FIX] Erro na criação das views

    gabrielcardoso21 authored and rvalyi committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    7f2c5dc View commit details
    Browse the repository at this point in the history
  39. [FIX] pep8

    Signed-off-by: Luis Felipe Mileo <[email protected]>
    mileo authored and rvalyi committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    600b813 View commit details
    Browse the repository at this point in the history
  40. [FIX] v['related'] len

    sadamo authored and rvalyi committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    b8c8c4f View commit details
    Browse the repository at this point in the history
  41. [REM] Unnecessary comments

    gabrielcardoso21 authored and rvalyi committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    57d8706 View commit details
    Browse the repository at this point in the history
  42. [REF] Rename function

    gabrielcardoso21 authored and rvalyi committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    ab50fe5 View commit details
    Browse the repository at this point in the history
  43. [REF] Encapsulation

    gabrielcardoso21 authored and rvalyi committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    09b12e9 View commit details
    Browse the repository at this point in the history
  44. [REM] Unnecessary comments

    gabrielcardoso21 authored and rvalyi committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    55c75d1 View commit details
    Browse the repository at this point in the history
  45. [REF] Encapsulation

    gabrielcardoso21 authored and rvalyi committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    691c6f6 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    4740fa8 View commit details
    Browse the repository at this point in the history
  47. [FIX] Pep8

    gabrielcardoso21 authored and rvalyi committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    00a38c1 View commit details
    Browse the repository at this point in the history
  48. [FIX] Import

    gabrielcardoso21 authored and rvalyi committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    68969de View commit details
    Browse the repository at this point in the history
  49. [REF] One2many export

    gabrielcardoso21 authored and rvalyi committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    4382cf3 View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    872ccec View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    7d64f68 View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    b432354 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    0c297d9 View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    7bb8d7a View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    04e7a15 View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    a1ef0ae View commit details
    Browse the repository at this point in the history
  57. normal py3 StringIO import

    rvalyi committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    b889f6b View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    7c8d416 View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    87b5735 View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    ea1aeaf View commit details
    Browse the repository at this point in the history
  61. document spec model attributes without inconsistently shadowing spec.…

    …mixin.<schema_name> attributes
    rvalyi committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    ca6a3fb View commit details
    Browse the repository at this point in the history
  62. flake8 + comment

    rvalyi committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    2d6cf9e View commit details
    Browse the repository at this point in the history
  63. overrideable create_m2o in _prepare_import_dict

    useful for importing NFe emit as dest and avoiding to create
    a broken related enderEmit for enderDest.
    rvalyi committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    1afe9bd View commit details
    Browse the repository at this point in the history
  64. license headers -> LGPL 3

    rvalyi committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    7c88e10 View commit details
    Browse the repository at this point in the history
  65. [UPD] Update spec_driven_model.pot

    oca-travis authored and rvalyi committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    07ca7c8 View commit details
    Browse the repository at this point in the history
  66. Configuration menu
    Copy the full SHA
    6eefc5f View commit details
    Browse the repository at this point in the history
  67. Translated using Weblate (Portuguese (Brazil))

    Currently translated at 100.0% (5 of 5 strings)
    
    Translation: l10n-brazil-12.0/l10n-brazil-12.0-spec_driven_model
    Translate-URL: https://translation.odoo-community.org/projects/l10n-brazil-12-0/l10n-brazil-12-0-spec_driven_model/pt_BR/
    marcelsavegnago authored and rvalyi committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    72642c9 View commit details
    Browse the repository at this point in the history
  68. Configuration menu
    Copy the full SHA
    412a9b5 View commit details
    Browse the repository at this point in the history
  69. Translated using Weblate (Portuguese (Brazil))

    Currently translated at 100.0% (5 of 5 strings)
    
    Translation: l10n-brazil-12.0/l10n-brazil-12.0-spec_driven_model
    Translate-URL: https://translation.odoo-community.org/projects/l10n-brazil-12-0/l10n-brazil-12-0-spec_driven_model/pt_BR/
    marcelsavegnago authored and rvalyi committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    6285b0a View commit details
    Browse the repository at this point in the history
  70. Configuration menu
    Copy the full SHA
    457b721 View commit details
    Browse the repository at this point in the history
  71. [FIX] flake8

    marcelsavegnago authored and rvalyi committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    4cde665 View commit details
    Browse the repository at this point in the history
  72. Configuration menu
    Copy the full SHA
    5d63a7e View commit details
    Browse the repository at this point in the history
  73. Configuration menu
    Copy the full SHA
    2219b1e View commit details
    Browse the repository at this point in the history
  74. Configuration menu
    Copy the full SHA
    8844023 View commit details
    Browse the repository at this point in the history
  75. [FIX] flake8

    marcelsavegnago authored and rvalyi committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    0f79afd View commit details
    Browse the repository at this point in the history
  76. Configuration menu
    Copy the full SHA
    56137ef View commit details
    Browse the repository at this point in the history
  77. Configuration menu
    Copy the full SHA
    d327420 View commit details
    Browse the repository at this point in the history
  78. Configuration menu
    Copy the full SHA
    7100a66 View commit details
    Browse the repository at this point in the history
  79. Configuration menu
    Copy the full SHA
    f6ced64 View commit details
    Browse the repository at this point in the history
  80. proper display_name

    rvalyi committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    844571d View commit details
    Browse the repository at this point in the history
  81. Configuration menu
    Copy the full SHA
    f1626a0 View commit details
    Browse the repository at this point in the history
  82. Configuration menu
    Copy the full SHA
    8b7e686 View commit details
    Browse the repository at this point in the history
  83. Configuration menu
    Copy the full SHA
    e27fa40 View commit details
    Browse the repository at this point in the history
  84. Configuration menu
    Copy the full SHA
    29680dd View commit details
    Browse the repository at this point in the history
  85. Configuration menu
    Copy the full SHA
    3924e2e View commit details
    Browse the repository at this point in the history
  86. Configuration menu
    Copy the full SHA
    e46315e View commit details
    Browse the repository at this point in the history
  87. Configuration menu
    Copy the full SHA
    fc8397e View commit details
    Browse the repository at this point in the history
  88. Configuration menu
    Copy the full SHA
    89e3250 View commit details
    Browse the repository at this point in the history
  89. flake8

    rvalyi committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    dcd98ed View commit details
    Browse the repository at this point in the history
  90. flake8

    rvalyi committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    59328b4 View commit details
    Browse the repository at this point in the history
  91. Configuration menu
    Copy the full SHA
    914f44c View commit details
    Browse the repository at this point in the history
  92. faster import (less SQL calls)

    rvalyi committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    e4316c4 View commit details
    Browse the repository at this point in the history
  93. fixed stacking field addition

    rvalyi committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    2538e65 View commit details
    Browse the repository at this point in the history
  94. simplified _setup_fields

    rvalyi committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    979ae09 View commit details
    Browse the repository at this point in the history
  95. hooks are now schema agnostic

    rvalyi committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    9fddf9c View commit details
    Browse the repository at this point in the history
  96. Configuration menu
    Copy the full SHA
    4ea2b2f View commit details
    Browse the repository at this point in the history
  97. secure ACL

    rvalyi committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    4d8a818 View commit details
    Browse the repository at this point in the history
  98. Configuration menu
    Copy the full SHA
    5c2849a View commit details
    Browse the repository at this point in the history
  99. Configuration menu
    Copy the full SHA
    bff8808 View commit details
    Browse the repository at this point in the history
  100. simplify dry_run import params

    and fix _prepare_import_dict: it should be model specific!
    rvalyi committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    32fd85a View commit details
    Browse the repository at this point in the history
  101. Configuration menu
    Copy the full SHA
    21c6d9c View commit details
    Browse the repository at this point in the history
  102. flake8

    rvalyi committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    c0cd2eb View commit details
    Browse the repository at this point in the history
  103. Configuration menu
    Copy the full SHA
    ce5b636 View commit details
    Browse the repository at this point in the history
  104. cleaner SQL request

    rvalyi committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    9a906c6 View commit details
    Browse the repository at this point in the history
  105. Configuration menu
    Copy the full SHA
    acbd515 View commit details
    Browse the repository at this point in the history
  106. Configuration menu
    Copy the full SHA
    e0ccdb9 View commit details
    Browse the repository at this point in the history
  107. spec_driven_model 12.0.1.1.0

    OCA-git-bot authored and rvalyi committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    c3b5c27 View commit details
    Browse the repository at this point in the history
  108. Configuration menu
    Copy the full SHA
    30b7215 View commit details
    Browse the repository at this point in the history
  109. Configuration menu
    Copy the full SHA
    03d522d View commit details
    Browse the repository at this point in the history
  110. [ADD] Remove blank spaces

    gabrielcardoso21 authored and rvalyi committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    dfad930 View commit details
    Browse the repository at this point in the history
  111. Configuration menu
    Copy the full SHA
    8483783 View commit details
    Browse the repository at this point in the history
  112. Configuration menu
    Copy the full SHA
    22be9bc View commit details
    Browse the repository at this point in the history
  113. Configuration menu
    Copy the full SHA
    2100771 View commit details
    Browse the repository at this point in the history
  114. flake8, mostly B009

    "Do not call getattr with a constant attribute value"
    rvalyi committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    128f7ef View commit details
    Browse the repository at this point in the history
  115. Configuration menu
    Copy the full SHA
    1374158 View commit details
    Browse the repository at this point in the history
  116. [UPD] Update spec_driven_model.pot

    oca-travis authored and rvalyi committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    5c6c036 View commit details
    Browse the repository at this point in the history
  117. Configuration menu
    Copy the full SHA
    593458f View commit details
    Browse the repository at this point in the history
  118. pre-commit

    renatonlima authored and rvalyi committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    38f0efb View commit details
    Browse the repository at this point in the history
  119. spec_driven_model 12.0.1.2.0

    OCA-git-bot authored and rvalyi committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    96d17d1 View commit details
    Browse the repository at this point in the history
  120. [REF] cleanup spec model log message

    renatonlima authored and rvalyi committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    c835417 View commit details
    Browse the repository at this point in the history
  121. Configuration menu
    Copy the full SHA
    eb6f15d View commit details
    Browse the repository at this point in the history
  122. [MIG] manual migration to 13.0

    rvalyi committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    ed1f48a View commit details
    Browse the repository at this point in the history
  123. [UPD] Update spec_driven_model.pot

    oca-travis authored and rvalyi committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    779d78b View commit details
    Browse the repository at this point in the history
  124. Configuration menu
    Copy the full SHA
    ab8b4c5 View commit details
    Browse the repository at this point in the history
  125. [MIG] Update spec_driven_model/tests/fake_mixin.py

    Co-authored-by: Antônio Neto <[email protected]>
    rvalyi and antoniospneto committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    3493283 View commit details
    Browse the repository at this point in the history
  126. [UPD] Update spec_driven_model.pot

    oca-travis authored and rvalyi committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    b0e9f6b View commit details
    Browse the repository at this point in the history
  127. Configuration menu
    Copy the full SHA
    1959356 View commit details
    Browse the repository at this point in the history
  128. spec_driven_model 14.0.1.0.1

    OCA-git-bot authored and rvalyi committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    4431d15 View commit details
    Browse the repository at this point in the history
  129. Configuration menu
    Copy the full SHA
    6c43d39 View commit details
    Browse the repository at this point in the history
  130. spec_driven_model 14.0.1.0.2

    OCA-git-bot authored and rvalyi committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    6d7eb51 View commit details
    Browse the repository at this point in the history
  131. Configuration menu
    Copy the full SHA
    b8c3204 View commit details
    Browse the repository at this point in the history
  132. [FIX] more robust spec ancestor injection

    Indeed if register_hook is forced in another module were
    some object is inherited again (example in l10n_br_account_nfe),
    you won't find the spec mixins in _inherit and you need to look at mro()
    rvalyi committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    89f6520 View commit details
    Browse the repository at this point in the history
  133. Configuration menu
    Copy the full SHA
    525f61d View commit details
    Browse the repository at this point in the history
  134. [ADD] add minimal readme

    rvalyi committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    abf52e3 View commit details
    Browse the repository at this point in the history
  135. [UPD] README.rst

    OCA-git-bot authored and rvalyi committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    688fc96 View commit details
    Browse the repository at this point in the history
  136. spec_driven_model 14.0.2.0.0

    OCA-git-bot authored and rvalyi committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    81f77ef View commit details
    Browse the repository at this point in the history
  137. Translated using Weblate (Portuguese (Brazil))

    Currently translated at 100.0% (5 of 5 strings)
    
    Translation: l10n-brazil-14.0/l10n-brazil-14.0-spec_driven_model
    Translate-URL: https://translation.odoo-community.org/projects/l10n-brazil-14-0/l10n-brazil-14-0-spec_driven_model/pt_BR/
    douglascstd authored and rvalyi committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    f48100c View commit details
    Browse the repository at this point in the history
  138. Configuration menu
    Copy the full SHA
    a81d116 View commit details
    Browse the repository at this point in the history
  139. Configuration menu
    Copy the full SHA
    7fce42e View commit details
    Browse the repository at this point in the history
  140. Configuration menu
    Copy the full SHA
    04474d7 View commit details
    Browse the repository at this point in the history
  141. spec_driven_model 14.0.3.0.0

    OCA-git-bot authored and rvalyi committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    19bd6d8 View commit details
    Browse the repository at this point in the history
  142. [REF] missing-return spec_driven_model

    mileo authored and rvalyi committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    f6ea15c View commit details
    Browse the repository at this point in the history
  143. spec_driven_model 14.0.3.0.1

    OCA-git-bot authored and rvalyi committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    b5d214d View commit details
    Browse the repository at this point in the history
  144. Configuration menu
    Copy the full SHA
    bd1453b View commit details
    Browse the repository at this point in the history
  145. spec_driven_model 14.0.3.1.0

    OCA-git-bot authored and rvalyi committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    d5a50d3 View commit details
    Browse the repository at this point in the history
  146. [ADD] test-requirements.txt

    rvalyi committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    30cce42 View commit details
    Browse the repository at this point in the history
  147. Configuration menu
    Copy the full SHA
    0e30865 View commit details
    Browse the repository at this point in the history
  148. spec_driven_model 14.0.3.1.1

    OCA-git-bot authored and rvalyi committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    f7ed460 View commit details
    Browse the repository at this point in the history
  149. spec_driven_model 14.0.3.1.2

    OCA-git-bot authored and rvalyi committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    c5de6fc View commit details
    Browse the repository at this point in the history
  150. Configuration menu
    Copy the full SHA
    3fb9877 View commit details
    Browse the repository at this point in the history
  151. Configuration menu
    Copy the full SHA
    d839cf0 View commit details
    Browse the repository at this point in the history
  152. spec_driven_model 14.0.4.0.0

    OCA-git-bot authored and rvalyi committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    5e621a5 View commit details
    Browse the repository at this point in the history
  153. Configuration menu
    Copy the full SHA
    8ae7390 View commit details
    Browse the repository at this point in the history
  154. Configuration menu
    Copy the full SHA
    b05a4b9 View commit details
    Browse the repository at this point in the history
  155. Configuration menu
    Copy the full SHA
    abd17b3 View commit details
    Browse the repository at this point in the history
  156. Configuration menu
    Copy the full SHA
    3dca66e View commit details
    Browse the repository at this point in the history
  157. Configuration menu
    Copy the full SHA
    d26f5b6 View commit details
    Browse the repository at this point in the history
  158. Configuration menu
    Copy the full SHA
    89a242d View commit details
    Browse the repository at this point in the history
  159. Configuration menu
    Copy the full SHA
    67ea613 View commit details
    Browse the repository at this point in the history
  160. Configuration menu
    Copy the full SHA
    e616a4c View commit details
    Browse the repository at this point in the history
  161. spec_driven_model 14.0.5.0.0

    OCA-git-bot authored and rvalyi committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    be8b656 View commit details
    Browse the repository at this point in the history
  162. [UPD] README.rst

    OCA-git-bot authored and rvalyi committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    b35ef44 View commit details
    Browse the repository at this point in the history
  163. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: l10n-brazil-14.0/l10n-brazil-14.0-spec_driven_model
    Translate-URL: https://translation.odoo-community.org/projects/l10n-brazil-14-0/l10n-brazil-14-0-spec_driven_model/
    weblate authored and rvalyi committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    5e820cb View commit details
    Browse the repository at this point in the history
  164. Configuration menu
    Copy the full SHA
    429d1f0 View commit details
    Browse the repository at this point in the history
  165. Configuration menu
    Copy the full SHA
    b1ad171 View commit details
    Browse the repository at this point in the history
  166. [BOT] post-merge updates

    OCA-git-bot authored and rvalyi committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    a5b4991 View commit details
    Browse the repository at this point in the history
  167. Configuration menu
    Copy the full SHA
    6dd1bea View commit details
    Browse the repository at this point in the history
  168. [BOT] post-merge updates

    OCA-git-bot authored and rvalyi committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    839939a View commit details
    Browse the repository at this point in the history
  169. [REF] spec_driven_model: Method Super without parameters, necessary f…

    …or the new version of pre-commit.
    mbcosta authored and rvalyi committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    f39bfa1 View commit details
    Browse the repository at this point in the history
  170. [REF] spec_driven_model: Avoid error Flake8 E721 do not compare types…

    …, for exact checks use / , for instance checks use , necessary for the new version of pre-commit.
    mbcosta authored and rvalyi committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    5167eeb View commit details
    Browse the repository at this point in the history
  171. [BOT] post-merge updates

    OCA-git-bot authored and rvalyi committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    d799733 View commit details
    Browse the repository at this point in the history
  172. [BOT] post-merge updates

    OCA-git-bot authored and rvalyi committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    0c03303 View commit details
    Browse the repository at this point in the history
  173. Translated using Weblate (Portuguese (Brazil))

    Currently translated at 100.0% (5 of 5 strings)
    
    Translation: l10n-brazil-14.0/l10n-brazil-14.0-spec_driven_model
    Translate-URL: https://translation.odoo-community.org/projects/l10n-brazil-14-0/l10n-brazil-14-0-spec_driven_model/pt_BR/
    marcelsavegnago authored and rvalyi committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    edafb92 View commit details
    Browse the repository at this point in the history
  174. Configuration menu
    Copy the full SHA
    25a1ed0 View commit details
    Browse the repository at this point in the history
  175. Configuration menu
    Copy the full SHA
    f7431a9 View commit details
    Browse the repository at this point in the history
  176. Configuration menu
    Copy the full SHA
    b09d435 View commit details
    Browse the repository at this point in the history
  177. Configuration menu
    Copy the full SHA
    6551e56 View commit details
    Browse the repository at this point in the history
  178. Configuration menu
    Copy the full SHA
    c8c5793 View commit details
    Browse the repository at this point in the history