Skip to content

linhhonblade/openacademy

Repository files navigation

First Odoo module

Reference this tutorial

Internationalization

|- idea/ # The module directory
   |- i18n/ # Translation files
      | - idea.pot # Translation Template (exported from Odoo)
      | - fr.po # French translation
      | - pt_BR.po # Brazilian Portuguese translation
      | (...)

Qweb

Qweb is an XML templating engine (a software designed to combine templates with a data model to produce result documents) used by Odoo

Working with database

changes in:

  • XML -> update module
  • Python -> restart server
  • JS,CSS -> reload webpage

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages