123456789101112 |
- # -*- encoding: utf-8 -*-
- #################################################################################
- # #
- # #
- # You should have received a copy of the GNU Affero General Public License #
- # along with this program. If not, see <http://www.gnu.org/licenses/>. #
- # #
- #################################################################################
- ###################################################################################
- # Product Brand is an Openobject module wich enable Brand management for products #
- ###################################################################################
- from . import account_invoice
|