├── .gitignore ├── README.md ├── herencia.py ├── img └── herencia.jpg └── simple.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/falconsoft3d/odoo-constructor-module/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/falconsoft3d/odoo-constructor-module/HEAD/README.md -------------------------------------------------------------------------------- /herencia.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/falconsoft3d/odoo-constructor-module/HEAD/herencia.py -------------------------------------------------------------------------------- /img/herencia.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/falconsoft3d/odoo-constructor-module/HEAD/img/herencia.jpg -------------------------------------------------------------------------------- /simple.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/falconsoft3d/odoo-constructor-module/HEAD/simple.py --------------------------------------------------------------------------------