Skip to content
Snippets Groups Projects
  1. Oct 09, 2018
    • Adrian Torres's avatar
      [REM] packaging: drop PyYAML dependency · a277bfb4
      Adrian Torres authored
      Commit cf853a78 removed all yml tests
      and the yml import engine from Odoo forever, however PyYAML remains a
      dependency even though it's not used anymore.
      
      This commit removes any reference to this lib that could be found.
      
      closes odoo/odoo#27563
      a277bfb4
  2. Sep 25, 2018
    • Jérome Maes's avatar
      [IMP] doc: add selection method guideline · 40778d88
      Jérome Maes authored
      Sometime, we need to get selection values from
      a method. Here are the guidelines about how
      to correctly name method and place it in the
      code.
      40778d88
    • Jérome Maes's avatar
      [IMP] doc: adapt guidelines for 12.0 · 3c35678c
      Jérome Maes authored
      Odoo evolves and its coding guidelines too.
      This commit :
       - put some news guidelines, case to take
       into account when making new dev
       - update some guidelines that are difficult
       to applied in the real life
       - remove deprecated stuff (RML report, ...)
       - remove references to old
       api mainly, since all new dev must be done in
       new api
      
      Task #1817988
      3c35678c
  3. Jul 17, 2018
  4. Apr 18, 2018
  5. Apr 05, 2018
    • Géry Debongnie's avatar
      [DOC] doc: update/add documentation on js framework · 19946294
      Géry Debongnie authored
      The state of the JS documentation was quite sad, not updated in a long
      time.  With this commit, we rework a lot of the JS doc.  Most notably,
      we add a section 'Javascript Cheatsheet' (help on some common
      customization tasks) and rewrite the 'Javascript Reference' totally.
      
      Note that the JS reference page also contains a reference on all field
      widgets.
      
      This work is just the beginning, it is probably not complete, but at
      least we will have a foundation.
      19946294
  6. Mar 30, 2018
    • Géry Debongnie's avatar
      [DOC] doc: update/add documentation on js framework · ea6e7379
      Géry Debongnie authored
      The state of the JS documentation was quite sad, not updated in a long
      time.  With this commit, we rework a lot of the JS doc.  Most notably,
      we add a section 'Javascript Cheatsheet' (help on some common
      customization tasks) and rewrite the 'Javascript Reference' totally.
      
      Note that the JS reference page also contains a reference on all field
      widgets.
      
      This work is just the beginning, it is probably not complete, but at
      least we will have a foundation.
      ea6e7379
  7. Mar 16, 2018
  8. Mar 13, 2018
  9. Nov 14, 2017
  10. Oct 02, 2017
  11. Aug 20, 2017
  12. Jul 13, 2017
  13. Dec 09, 2016
  14. Nov 23, 2016
  15. Oct 11, 2016
  16. Sep 05, 2016
    • Olivier Dony's avatar
      [IMP] support v10 manifest file naming convention · 4339196e
      Olivier Dony authored
      - As of v10, manifest files should be named `__manifest__.py`
      - For backwards-compatibility, __openerp__.py manifest files
        will still be supported for the time being
      - Limited refactoring, to add support for the 2 different
        naming conventions
      - All textual references to __openerp_.py updated in
        documentation and examples
      4339196e
  17. Jul 26, 2016
  18. May 19, 2016
    • Jérome Maes's avatar
      [IMP] doc : add python idioms and odoo specific coding guidelines · dfcbcb02
      Jérome Maes authored
      - add python idioms
      - odoo specific guidelines (for ORM, translations, ...) inspired from old guidelines v6.0
      - some other best pratices
      dfcbcb02
    • Jérome Maes's avatar
      [IMP] doc : expand the coding guidelines · b04d6e0a
      Jérome Maes authored
      - correct typos
      - clarify some points, according to the community comments
      - precise the xml notation : record tag vs act_window/menuitem/... tags
      - add organization of report, wizard, data/demo, ... (directories and naming conventions)
      - new conventions for 'symbols'
      - ...
      
      Thanks to @rim-odoo for its grammar extremist review, and @tde-banana-odoo for our long debates about wizard conventions.
      b04d6e0a
  19. Apr 26, 2016
  20. Apr 18, 2016
  21. Apr 12, 2016
  22. Jul 07, 2015
    • Xavier Morel's avatar
      [FIX] doc: incorrect role syntax · 374dacf5
      Xavier Morel authored
      374dacf5
    • J Bradshaw's avatar
      [IMP] doc: grammar and readability · 2f7ab001
      J Bradshaw authored
      Backport of most of #6827 by J Bradshaw with additional
      modifications (and some reverts) during review.
      
      closes #6827
      2f7ab001
    • Xavier Morel's avatar
      [ADD] doc: new theme · 95e56a10
      Xavier Morel authored
      Pretty much completely rewritten theme with custom HTML translator and a
      few parts of the old theme extracted to their own extensions.
      
      Banner images thought not to be that huge after all, and not worth the
      hassle of them living in a different repository.
      
      co-authored with @stefanorigano
      95e56a10
  23. Mar 31, 2015
Loading