Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
1 Trả lời
1206 Lượt xem

I am creating a website for a client and I'd like to deliver it as a module.

I like the way modules can be developed with GitHub and can be versioned so that I can make updates easily.

I am following the documentation at https://www.odoo.com/documentation/17.0/developer/howtos/website_themes/theming.html

It explains the structure of an Odoo website module:

website_airproof
├── data
├── i18n
├── lib
├── static
│   ├── description
│   ├── fonts
│   ├── image_shapes // Shapes for images
│   ├── shapes // Shapes for background
│   └── src
│       ├── img
│       │   ├── content // For those used in the pages of your website
│       │   └── wbuilder // For those used in the builder
│       ├── js
│       ├── scss
│       └── snippets // custom snippets
├── views
├── __init__.py
└── __manifest__.py


Does anyone have a sample website module they could share so I could see an example and start from it to make my own?

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

How about over two dozen examples?

https://github.com/odoo/design-themes

Created by us, shared with the world!

Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
1
thg 3 15
3296
0
thg 6 17
3892
1
thg 3 15
3998
2
thg 7 25
1079
1
thg 4 24
1176